summaryrefslogtreecommitdiffstats
path: root/sh/hivexsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'sh/hivexsh.c')
-rw-r--r--sh/hivexsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/hivexsh.c b/sh/hivexsh.c
index fe5857e..a9b738e 100644
--- a/sh/hivexsh.c
+++ b/sh/hivexsh.c
@@ -108,7 +108,7 @@ main (int argc, char *argv[])
set_prompt_string ();
- while ((c = getopt (argc, argv, "dfw")) != EOF) {
+ while ((c = getopt (argc, argv, "df:w")) != EOF) {
switch (c) {
case 'd':
open_flags |= HIVEX_OPEN_DEBUG;