Applied patch from David Douthitt to fix build error in df.c when
[oweals/busybox.git] / getopt.c
index 625263184321b25c510d8da57913b97fcc44e59a..eb28d5d07118ff8d021a009ba88c0324591b99ba 100644 (file)
--- a/getopt.c
+++ b/getopt.c
@@ -372,7 +372,7 @@ int getopt_main(int argc, char *argv[])
                         quote=0;
                         break;
                 default:
-                        usage(getopt_usage);
+                        show_usage();
                 }
 
         if (!optstr) {