1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 18:48:55 +02:00

factor: remove duplicate docstring; use the more detailed one

This commit is contained in:
Benno Schulenberg
2008-08-09 14:52:54 +02:00
committed by Jim Meyering
parent 18e2a330b9
commit e4fd2bf4e6
+2 -6
View File
@@ -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);