From 635b1b5b6e5c7339a295f6a84b972f048f50fec2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 15 May 1995 04:53:56 +0000 Subject: (usage): Add one- and two-line descriptions to --help output. From Karl. --- src/dirname.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/dirname.c') diff --git a/src/dirname.c b/src/dirname.c index e8a0547a8..4386a8744 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -41,11 +41,13 @@ usage (status) else { printf ("\ -Usage: %s PATH\n\ +Usage: %s NAME\n\ or: %s OPTION\n\ ", program_name, program_name); printf ("\ +Print NAME with its trailing /component removed; if NAME contains no /'s,\n\ +output `.' (meaning the current directory).\n\ \n\ --help display this help and exit\n\ --version output version information and exit\n\ -- cgit v1.2.3-54-g00ecf