From ca2017ba290f56f036ae9fdfb99e88f33372a4c4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 11 Oct 1996 12:32:21 +0000 Subject: Restored idfile option. svn path=/trunk/; revision=295 --- options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.c b/options.c index cc6efff1..e5d60996 100644 --- a/options.c +++ b/options.c @@ -43,7 +43,7 @@ #define LA_HELP 23 #define LA_YYDEBUG 24 -static char *shortoptions = "P:p:VaKkvS:m:sFd:f:u:r:L:qN?"; +static char *shortoptions = "P:p:VaKkvS:m:sFd:f:i:u:r:L:qN?"; static struct option longoptions[] = { {"version", no_argument, (int *) 0, LA_VERSION }, {"all", no_argument, (int *) 0, LA_ALL }, @@ -249,6 +249,7 @@ struct hostrec *queryctl; fputs(" Options are as follows:\n",stderr); fputs(" -?, --help display this option help\n", stderr); fputs(" -V, --version display version info\n", stderr); + fputs(" -s, --silent work silently\n", stderr); fputs(" -v, --verbose work noisily (diagnostic output)\n", stderr); fputs(" -d, --daemon run as a daemon once per n seconds\n", stderr); fputs(" -c, --check check for messages without fetching\n", stderr); @@ -267,7 +268,6 @@ struct hostrec *queryctl; fputs(" -K, --kill delete new messages after retrieval\n", stderr); fputs(" -k, --keep save new messages after retrieval\n", stderr); fputs(" -S, --smtphost set SMTP forwarding host\n", stderr); - fputs(" -s, --silent work silently\n", stderr); fputs(" -r, --remote specify remote folder name\n", stderr); return(-1); } -- cgit v1.2.3