updated with getarg

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2456 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-19 01:49:05 +00:00
parent 3f66b03193
commit c2f94994b1

View File

@@ -48,15 +48,15 @@ int help_flag = 0;
struct getargs args[] = {
{ "forwardable", 'f', arg_flag, &forwardable,
"get forwardable tickets" },
"get forwardable tickets", NULL },
{ "preauthentication", 'p', arg_negative_flag, &preauth,
"disable preauthentication" },
"disable preauthentication", NULL },
{ "renewable", 'r', arg_flag, &renewable,
"get renewable tickets" },
"get renewable tickets", NULL },
{ "version", 0, arg_flag, &version_flag,
"print version" },
"print version", NULL },
{ "help", 0, arg_flag, &help_flag,
"112" }
NULL, NULL}
};
static void