>From 881b66cd585e8e3562cc0ea8ee3553665d1a2257 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 9 Aug 2008 14:52:54 +0200 Subject: [PATCH] factor: Remove the duplicate docstring; use the more detailed one. --- src/factor.c | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/factor.c b/src/factor.c index 8a1acf8..e4ac599 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 no arguments\n\ +are specified on the command line, they are read 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); -- 1.5.6.4