]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Tweak --help output: it prints the _prime_
authorJim Meyering <jim@meyering.net>
Sun, 4 Feb 2001 16:28:41 +0000 (16:28 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Feb 2001 16:28:41 +0000 (16:28 +0000)
factors, not just any factors.

src/factor.c

index 9f3ad3b33ee83fff672481f378c32f51c225213b..ac4ada1b5f641de8647bdbe672641279974f8264 100644 (file)
@@ -1,5 +1,5 @@
-/* factor -- print factors of n.
-   Copyright (C) 86, 1995-2000 Free Software Foundation, Inc.
+/* factor -- print prime factors of n.
+   Copyright (C) 86, 1995-2001 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -97,7 +97,7 @@ Usage: %s [NUMBER]...\n\
 "),
              program_name, program_name);
       printf (_("\
-Print factors of each NUMBER; read standard input with no arguments.\n\
+Print the prime factors of each NUMBER.\n\
 \n\
   --help      display this help and exit\n\
   --version   output version information and exit\n\