From 3001e0f1521e2d3086dd7381ec882f89bafc8cd3 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 19 Feb 2004 08:18:31 +0000 Subject: [PATCH] Changed '-p' for email suppress to '-x' SVN revision: 788 --- src/elog.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/elog.c b/src/elog.c index 1d57b6ed..a3eb6994 100755 --- a/src/elog.c +++ b/src/elog.c @@ -6,6 +6,9 @@ Contents: Electronic logbook utility $Log$ + Revision 1.16 2004/02/19 08:18:31 midas + Changed '-p' for email suppress to '-x' + Revision 1.15 2004/02/17 11:17:03 midas Fixed compiler warnings @@ -920,7 +923,7 @@ int main(int argc, char *argv[]) for (i = 1; i < argc; i++) { if (argv[i][0] == '-' && argv[i][1] == 'v') verbose = 1; - else if (argv[i][0] == '-' && argv[i][1] == 'p') + else if (argv[i][0] == '-' && argv[i][1] == 'x') suppress = 1; else { if (argv[i][0] == '-') { @@ -978,7 +981,7 @@ int main(int argc, char *argv[]) printf(" [-r ] Reply to existing message\n"); printf(" [-e ] Edit existing message\n"); printf - (" [-p] Suppress email notification\n"); + (" [-x] Suppress email notification\n"); printf(" -m ] | \n"); printf("\nArguments with blanks must be enclosed in quotes\n"); printf