commit a986e4bbd5efc83741ef988f0f17140c0000b1a8
Author: Hiltjo Posthuma <[email protected]>
Date:   Sun Feb 1 19:26:49 2015 +0100

    basename: make usage line the same as the man page

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

Reply via email to