]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Remove leading spaces in 2-line
authorJim Meyering <jim@meyering.net>
Sun, 11 Sep 2005 07:42:43 +0000 (07:42 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 11 Sep 2005 07:42:43 +0000 (07:42 +0000)
description, so that help2man doesn't mangle it.

src/factor.c

index 3066d65e6fd157ad1934d9bf0bf33da7384ee660..f1e56555379def6cd785c1424c44f5eb7a34926c 100644 (file)
@@ -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);
     }