diff options
author | Thomas White <taw@physics.org> | 2010-04-23 18:32:59 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-04-23 18:32:59 +0200 |
commit | 4387e0e827c288657fd8383d86f5da0b2950d619 (patch) | |
tree | c5ab931054f2f1c0d18b1385c71dcbebd7ce84dd | |
parent | 10378fa20b01a2a98fcbb7969edabd6d53cb25f3 (diff) |
indexamajig: Add missing "-x" option
-rw-r--r-- | src/indexamajig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index d61e6af5..9e71e9a7 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -421,7 +421,7 @@ int main(int argc, char *argv[]) }; /* Short options */ - while ((c = getopt_long(argc, argv, "hi:wp:j:", longopts, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "hi:wp:j:x:", longopts, NULL)) != -1) { switch (c) { case 'h' : { |