diff options
Diffstat (limited to 'metastore.c')
-rw-r--r-- | metastore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metastore.c b/metastore.c index 97dff2b..8aad770 100644 --- a/metastore.c +++ b/metastore.c @@ -376,7 +376,7 @@ main(int argc, char **argv, char **envp) i = 0; while (1) { int option_index = 0; - c = getopt_long(argc, argv, "csahvqmef", + c = getopt_long(argc, argv, "csahvqmef:", long_options, &option_index); if (c == -1) break; |