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.
*
@@ -44,7 +44,7 @@ RCSID("$Id$");
void
krb5_std_usage(int code, struct getargs *args, int num_args)
{
arg_printusage(args, num_args, "");
arg_printusage(args, num_args, NULL, "");
exit(code);
}