guestfish: don't try to diagnose getopt failure
[libguestfs.git] / fish / fish.c
index 91c5dad..156147a 100644 (file)
@@ -326,8 +326,6 @@ main (int argc, char *argv[])
       usage (0);
 
     default:
       usage (0);
 
     default:
-      fprintf (stderr, _("%s: unexpected command line option 0x%x\n"),
-               program_name, c);
       usage (1);
     }
   }
       usage (1);
     }
   }