commit a986e4bbd5efc83741ef988f0f17140c0000b1a8 parent d0d852dd42bd1b745f7045df18331f3a9b3b25ce Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 1 Feb 2015 19:26:49 +0100 basename: make usage line the same as the man page Diffstat:
M | basename.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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