commit | b0e9a709ba1ae1724d413a77f5b67b1a3e6c6cb7 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Mon Oct 18 22:28:26 1999 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Mon Oct 18 22:28:26 1999 +0000 |
tree | b951f34000ebdef0491eecd9386e5ea3e535171a | |
parent | 703c62da63aa31d665a8215f373b26e4b54f1bf4 [diff] [blame] |
More stuff. -Erik
diff --git a/touch.c b/touch.c index 8dac102..c36ffca 100644 --- a/touch.c +++ b/touch.c
@@ -40,8 +40,7 @@ int create=TRUE; if (argc < 2) { - fprintf(stderr, "Usage: %s %s", *argv, touch_usage); - exit( FALSE); + usage( touch_usage); } argc--; argv++;