Fixed 'ls -s' so it actually displays block sizes again.
[oweals/busybox.git] / touch.c
diff --git a/touch.c b/touch.c
index e174baa47bb06bd1823987a3344e231fc360c46a..a3256d55970dc4fc746a2b1d29e22ac0d3ba620e 100644 (file)
--- a/touch.c
+++ b/touch.c
@@ -44,13 +44,13 @@ extern int touch_main(int argc, char **argv)
                                create = FALSE;
                                break;
                        default:
-                               usage(touch_usage);
+                               show_usage();
                        }
                }
        }
 
        if (argc < 1) {
-               usage(touch_usage);
+               show_usage();
        }
 
        while (argc > 0) {