From 68b1902041ffc33a9476ca5c9fb7fe0a03cf1a58 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 11 Sep 2005 07:42:43 +0000 Subject: (usage): Remove leading spaces in 2-line description, so that help2man doesn't mangle it. --- src/factor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/factor.c b/src/factor.c index 3066d65e6..f1e565553 100644 --- a/src/factor.c +++ b/src/factor.c @@ -85,8 +85,8 @@ Print the prime factors of each NUMBER.\n\ fputs (VERSION_OPTION_DESCRIPTION, stdout); fputs (_("\ \n\ - Print the prime factors of all specified integer NUMBERs. If no arguments\n\ - are specified on the command line, they are read from standard input.\n\ +Print the prime factors of all specified integer NUMBERs. If no arguments\n\ +are specified on the command line, they are read from standard input.\n\ "), stdout); printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } -- cgit v1.2.3-54-g00ecf