[hackers] [sbase] basename: make usage line the same as the man page || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Sun, 1 Feb 2015 21:48:26 +0100 (CET)

commit a7889acd3932600bb1f433acabceb9e055861b03
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
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
_AT_@ -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
Received on Sun Feb 01 2015 - 21:48:26 CET

This archive was generated by hypermail 2.3.0 : Sun Feb 01 2015 - 22:00:15 CET