From e46441d0fc979f769e8fc1984489156b981ecca2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 13 Jul 2012 10:22:58 +0200 Subject: indexamajig: Correct command line options --- src/indexamajig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/indexamajig.c b/src/indexamajig.c index c3e1bedf..1ff392e9 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -654,7 +654,7 @@ int main(int argc, char *argv[]) }; /* Short options */ - while ((c = getopt_long(argc, argv, "hi:wp:j:x:g:t:o:b:e:", + while ((c = getopt_long(argc, argv, "hi:o:z:p:x:j:g:t:b:e:", longopts, NULL)) != -1) { switch (c) { -- cgit v1.2.3