It is nice if the usage string matches the rest of the code.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1250 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -88,7 +88,7 @@ pop_init(POP *p,int argcount,char **argmessage)
|
||||
#ifdef KERBEROS
|
||||
"k"
|
||||
#endif
|
||||
"a:dip:t:")) != EOF)
|
||||
"a:dip:T:t:")) != EOF)
|
||||
switch (c) {
|
||||
/* Auth level */
|
||||
case 'a':
|
||||
@@ -145,7 +145,7 @@ pop_init(POP *p,int argcount,char **argmessage)
|
||||
/* Exit if bad options specified */
|
||||
if (errflag) {
|
||||
fprintf(stderr,
|
||||
"Usage: %s [-T timeout] [-a] [-d] [-k] [-i]\n",
|
||||
"Usage: %s [-T timeout] [-a] [-d] [-k] [-i] [-t tracefile]\n",
|
||||
argmessage[0]);
|
||||
exit (1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user