From b76ab178d18262e395226144e1c7c5e6a98930bd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 21 Apr 1996 03:26:46 +0000 Subject: (usage): Improve help message. From Karl Berry. --- src/factor.c | 5 +++-- 1 file 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\ -- cgit v1.2.3-54-g00ecf