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/yes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/yes.c') diff --git a/src/yes.c b/src/yes.c index b23265427..4aaf803d9 100644 --- a/src/yes.c +++ b/src/yes.c @@ -55,8 +55,8 @@ Usage: %s [STRING]...\n\ printf (_("\ Repeatedly output a line with all specified STRING(s), or `y'.\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