diff options
Diffstat (limited to 'test/ipedec.c')
-rw-r--r-- | test/ipedec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipedec.c b/test/ipedec.c index 43e4641..c777e50 100644 --- a/test/ipedec.c +++ b/test/ipedec.c @@ -124,7 +124,7 @@ int main(int argc, char const* argv[]) return 0; } - while ((getopt_ret = getopt_long(argc, (char *const *) argv, "r:c:h", long_options, &index)) != -1) { + while ((getopt_ret = getopt_long(argc, (char *const *) argv, "r:ch", long_options, &index)) != -1) { switch (getopt_ret) { case 'r': rows = atoi(optarg); |