diff options
Diffstat (limited to 'touch.c')
-rw-r--r-- | touch.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -40,8 +40,7 @@ touch_main(int argc, char **argv) int create=TRUE; if (argc < 2) { - fprintf(stderr, "Usage: %s %s", *argv, touch_usage); - exit( FALSE); + usage( touch_usage); } argc--; argv++; |