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:
Johan Danielsson
1997-02-20 14:30:00 +00:00
parent cf789aab67
commit ef21237e54

View File

@@ -88,7 +88,7 @@ pop_init(POP *p,int argcount,char **argmessage)
#ifdef KERBEROS #ifdef KERBEROS
"k" "k"
#endif #endif
"a:dip:t:")) != EOF) "a:dip:T:t:")) != EOF)
switch (c) { switch (c) {
/* Auth level */ /* Auth level */
case 'a': case 'a':
@@ -145,7 +145,7 @@ pop_init(POP *p,int argcount,char **argmessage)
/* Exit if bad options specified */ /* Exit if bad options specified */
if (errflag) { if (errflag) {
fprintf(stderr, fprintf(stderr,
"Usage: %s [-T timeout] [-a] [-d] [-k] [-i]\n", "Usage: %s [-T timeout] [-a] [-d] [-k] [-i] [-t tracefile]\n",
argmessage[0]); argmessage[0]);
exit (1); exit (1);
} }