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
|
#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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user