From b0e9a709ba1ae1724d413a77f5b67b1a3e6c6cb7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 18 Oct 1999 22:28:26 +0000 Subject: More stuff. -Erik --- touch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'touch.c') diff --git a/touch.c b/touch.c index 8dac102..c36ffca 100644 --- a/touch.c +++ b/touch.c @@ -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++; -- cgit v1.1