(usage): don't use arg_printusage
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7594 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -35,15 +35,10 @@
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
static struct getargs args[] = {
|
||||
};
|
||||
|
||||
static int num_args = sizeof(args) / sizeof(args[0]);
|
||||
|
||||
static void
|
||||
usage(void)
|
||||
{
|
||||
arg_printusage (args, num_args, "del_enctype", "principal enctypes...");
|
||||
fprintf (stderr, "Usage: del_enctype principal enctypes...\n");
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user