X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=sh%2Fhivexsh.c;h=a9b738e7e918965df8bc89cec21ad309d05bc90e;hb=2419bda3b4b47687c787a2937238fee932ad66e5;hp=fe5857ef664cdede366494817a6709211919e4bf;hpb=311b2f3a3ece99c75d68341e6fbdff810eeac082;p=hivex.git 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;