From c06487ce2061b7acfe6bc40bea7ad12393b0e4c6 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 5 Dec 2005 05:54:33 +0000 Subject: Improve option parsing stuff ====Do Not Remove==== Status: ok Signed-off-by: Neil Brown --- ReadMe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ReadMe.c') diff --git a/ReadMe.c b/ReadMe.c index cd69a1c..81766dd 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -91,7 +91,8 @@ char Version[] = Name " - v2.1 - 12 September 2005\n"; * At the time if writing, there is only minimal support. */ -char short_options[]="-ABCDEFGQhVXvqb::c:i:l:p:m:n:x:u:c:d:z:U:sa::rfRSow1te:"; +char short_options[]="-ABCDEFGQhVXvqbc:i:l:p:m:n:x:u:c:d:z:U:sarfRSow1te:"; +char short_bitmap_auto_options[]="-ABCDEFGQhVXvqb:c:i:l:p:m:n:x:u:c:d:z:U:sa:rfRSow1te:"; struct option long_options[] = { {"manage", 0, 0, '@'}, {"misc", 0, 0, '#'}, -- cgit