diff options
author | Thomas White <taw@physics.org> | 2011-02-28 10:02:38 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:16 +0100 |
commit | 5d3138b89aae8db3a5bf9889699d59eee6b8e4c9 (patch) | |
tree | e1c9b32072d065b29d500d119d170db6e1a1b040 /src | |
parent | 0be308c286477205eb7b9ee8ddd97cd608de6a2e (diff) |
hdfsee: Add missing option
Diffstat (limited to 'src')
-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) { |