diff options
-rw-r--r-- | src/hdfsee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdfsee.c b/src/hdfsee.c index 45373df0..186eb6e6 100644 --- a/src/hdfsee.c +++ b/src/hdfsee.c @@ -116,7 +116,7 @@ int main(int argc, char *argv[]) gtk_init(&argc, &argv); /* Short options */ - while ((c = getopt_long(argc, argv, "hp:b:i:c:e:", + while ((c = getopt_long(argc, argv, "hp:b:i:c:e:g:", longopts, NULL)) != -1) { switch (c) { |