Fix: '-D' was not recognized as a parameter to guestfish.
[libguestfs.git] / fish / fish.c
index 353c8b2..132b59e 100644 (file)
@@ -119,7 +119,7 @@ usage (void)
 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' },