summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metastore.c2
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;