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

From: <git_AT_suckless.org>
Date: Tue, 24 Mar 2015 23:53:33 +0100 (CET)

commit a986e4bbd5efc83741ef988f0f17140c0000b1a8
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 Tue Mar 24 2015 - 23:53:33 CET

This archive was generated by hypermail 2.3.0 : Wed Mar 25 2015 - 00:06:46 CET