git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f692f27
)
hivexsh: '-f' option takes an argument (found by Marko Myllynen).
author
Richard Jones
<rjones@redhat.com>
Tue, 30 Mar 2010 10:56:29 +0000
(11:56 +0100)
committer
Richard Jones
<rjones@redhat.com>
Tue, 30 Mar 2010 10:56:57 +0000
(11:56 +0100)
sh/hivexsh.c
patch
|
blob
|
history
diff --git
a/sh/hivexsh.c
b/sh/hivexsh.c
index
fe5857e
..
a9b738e
100644
(file)
--- 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;