new arg_printusage

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5130 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-08-18 21:17:01 +00:00
parent 2d1323df4b
commit fc1956b05f
21 changed files with 36 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997 Kungliga Tekniska H<>gskolan
* Copyright (c) 1997, 1998 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -137,7 +137,7 @@ createuser (char *cell)
static void
usage(int ecode)
{
arg_printusage(args, num_args, "[cell]... [path]...");
arg_printusage(args, num_args, NULL, "[cell]... [path]...");
exit(ecode);
}