diff options
author | Thomas White <taw@physics.org> | 2012-04-24 14:15:50 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-04-24 14:15:50 +0200 |
commit | a134eaaba8db820739ff4ce4f9a7044ca3422d27 (patch) | |
tree | 532b9fcb5ff7785e21c69f4154214fd55d2d30eb /src/partialator.c | |
parent | 7f221c3bfbc5ad41016a451c778f7b8710be03ef (diff) |
partialator: Fix short options
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index fa0698b5..91f2ff99 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -320,7 +320,7 @@ int main(int argc, char *argv[]) } /* Short options */ - while ((c = getopt_long(argc, argv, "hi:g:x:j:y:o:b:r:", + while ((c = getopt_long(argc, argv, "hi:o:g:b:y:n:r:j:", longopts, NULL)) != -1) { |