aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-07-13 10:22:58 +0200
committerThomas White <taw@physics.org>2012-07-13 10:22:58 +0200
commite46441d0fc979f769e8fc1984489156b981ecca2 (patch)
tree33f643a301ecf52e042034088ff93d26b5b231cc
parent896c9305834476c2243385ec2be7ba1bbf436065 (diff)
indexamajig: Correct command line options
-rw-r--r--src/indexamajig.c2
1 files changed, 1 insertions, 1 deletions
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) {