summaryrefslogtreecommitdiff
path: root/src/factor.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-21 03:26:46 +0000
committerJim Meyering <jim@meyering.net>1996-04-21 03:26:46 +0000
commitb76ab178d18262e395226144e1c7c5e6a98930bd (patch)
tree33c0ff9fbe532df7e128d94a449f5e1e65f53f1c /src/factor.c
parentdfbe6788b47a1d52d4445932c69334218c608a02 (diff)
downloadcoreutils-b76ab178d18262e395226144e1c7c5e6a98930bd.tar.xz
(usage): Improve help message. From Karl Berry.
Diffstat (limited to 'src/factor.c')
-rw-r--r--src/factor.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/factor.c b/src/factor.c
index db5d68cd7..7615ee029 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -1,5 +1,5 @@
/* factor -- print factors of n. lose if n > 2^32.
- Copyright (C) 86, 1995 Free Software Foundation, Inc.
+ Copyright (C) 86, 1995, 96 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
@@ -63,11 +63,12 @@ usage (int status)
else
{
printf (_("\
-Usage: %s [NUMBER...]\n\
+Usage: %s [NUMBER]...\n\
or: %s OPTION\n\
"),
program_name, program_name);
printf (_("\
+Print factors of each NUMBER; read standard input with no arguments.\n\
\n\
--help display this help and exit\n\
--version output version information and exit\n\