From 9e1b4e382ad33214e2e89cb4704be17b59036556 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 25 Nov 2001 14:46:05 +0000 Subject: (usage): Indent --help and --version strings to start in the 7th column. --- src/dirname.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dirname.c') diff --git a/src/dirname.c b/src/dirname.c index 4042ec352..982a2cf7f 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -53,8 +53,8 @@ Usage: %s NAME\n\ 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\ + --help display this help and exit\n\ + --version output version information and exit\n\ ")); puts (_("\nReport bugs to .")); } -- cgit v1.2.3-54-g00ecf