From ef21237e544397019874f076d72919cbf87a9127 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 20 Feb 1997 14:30:00 +0000 Subject: [PATCH] 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 --- appl/popper/pop_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/popper/pop_init.c b/appl/popper/pop_init.c index 9e63f0dad..a1a65f88c 100644 --- a/appl/popper/pop_init.c +++ b/appl/popper/pop_init.c @@ -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); }