Added some more '/* getopt not needed */' lines.
[oweals/busybox.git] / unix2dos.c
index 553ad0c34834b9b2e0d9d5ed35cfb09e6029a16f..37da9a9ccd05d326b924df18826eb48a86889192 100644 (file)
@@ -30,7 +30,7 @@ int unix2dos_main( int argc, char **argv ) {
        if (argc > 1) {
                c = *argv[1];
                if (c == '-') {
-                usage(unix2dos_usage);
+                show_usage();
                } 
        }
        c = getchar();