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/whoami.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/whoami.c') diff --git a/src/whoami.c b/src/whoami.c index 1279b5975..3767074e6 100644 --- a/src/whoami.c +++ b/src/whoami.c @@ -54,8 +54,8 @@ usage (int status) Print the user name associated with the current effective user id.\n\ Same as id -un.\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 .")); } exit (status); -- cgit v1.2.3-54-g00ecf