From e4fd2bf4e659755551f6553c76bfd5d5319bba4c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 9 Aug 2008 14:52:54 +0200 Subject: factor: remove duplicate docstring; use the more detailed one --- src/factor.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/factor.c b/src/factor.c index 8a1acf8f9..7d0a7ebd9 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); -- cgit v1.2.3-70-g09d2