Fix: '-D' was not recognized as a parameter to guestfish.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 11 Jul 2009 20:33:41 +0000 (21:33 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 11 Jul 2009 20:33:41 +0000 (21:33 +0100)
fish/fish.c

index 353c8b2..132b59e 100644 (file)
@@ -119,7 +119,7 @@ usage (void)
 int
 main (int argc, char *argv[])
 {
 int
 main (int argc, char *argv[])
 {
-  static const char *options = "a:f:h::im:nrv?V";
+  static const char *options = "a:Df:h::im:nrv?V";
   static struct option long_options[] = {
     { "add", 1, 0, 'a' },
     { "cmd-help", 2, 0, 'h' },
   static struct option long_options[] = {
     { "add", 1, 0, 'a' },
     { "cmd-help", 2, 0, 'h' },