aboutsummaryrefslogtreecommitdiff
path: root/src/hdfsee.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-02-04 15:16:02 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:45 +0100
commit9b97a67ad4602086a0cb2fd393c70e253b13649c (patch)
treeaed00046ab1b0be99f9a7d9fef4b459da0b0f262 /src/hdfsee.c
parentb26221fd322e9e5739d895ace3b220633565a89e (diff)
hdfsee: More rings, and fix a simple bug
Diffstat (limited to 'src/hdfsee.c')
-rw-r--r--src/hdfsee.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hdfsee.c b/src/hdfsee.c
index 49e4b57f..74d38a90 100644
--- a/src/hdfsee.c
+++ b/src/hdfsee.c
@@ -126,7 +126,7 @@ int main(int argc, char *argv[])
gtk_init(&argc, &argv);
/* Short options */
- while ((c = getopt_long(argc, argv, "hp:b:i:c:e:g:2:",
+ while ((c = getopt_long(argc, argv, "hp:b:i:c:e:g:2:r:",
longopts, NULL)) != -1) {
char *test;
@@ -175,6 +175,7 @@ int main(int argc, char *argv[])
ERROR("Ring size must be numerical.\n");
return 1;
}
+ break;
case 'r' :
config_showrings = 1;