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.
*
@@ -54,6 +54,7 @@ usage (int ret)
{
arg_printusage (args,
sizeof(args)/sizeof(*args),
NULL,
"[principal]");
exit (ret);
}