From a986e4bbd5efc83741ef988f0f17140c0000b1a8 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 1 Feb 2015 19:26:49 +0100 Subject: [PATCH] basename: make usage line the same as the man page --- basename.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basename.c b/basename.c index 5acd63d..3c50cc3 100644 --- a/basename.c +++ b/basename.c @@ -11,7 +11,7 @@ static void usage(void); void usage(void) { - eprintf("usage: %s name [suffix]\n", argv0); + eprintf("usage: %s path [suffix]\n", argv0); } int