From: Benno Schulenberg Date: Sat, 9 Aug 2008 12:52:54 +0000 (+0200) Subject: factor: remove duplicate docstring; use the more detailed one X-Git-Tag: v7.0~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4fd2bf4e659755551f6553c76bfd5d5319bba4c;p=thirdparty%2Fcoreutils.git factor: remove duplicate docstring; use the more detailed one --- diff --git a/src/factor.c b/src/factor.c index 8a1acf8f99..7d0a7ebd96 100644 --- a/src/factor.c +++ b/src/factor.c @@ -530,7 +530,8 @@ Usage: %s [NUMBER]...\n\ "), program_name, program_name); fputs (_("\ -Print the prime factors of each NUMBER.\n\ +Print the prime factors of each specified integer NUMBER. If none\n\ +are specified on the command line, read them from standard input.\n\ \n\ "), stdout); fputs (_("\ @@ -539,11 +540,6 @@ Print the prime factors of each NUMBER.\n\ stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); 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\ -"), stdout); emit_bug_reporting_address (); } exit (status);