From: Jim Meyering Date: Sun, 21 Apr 1996 03:26:46 +0000 (+0000) Subject: (usage): Improve help message. From Karl Berry. X-Git-Tag: FILEUTILS-3_12l~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b76ab178d18262e395226144e1c7c5e6a98930bd;p=thirdparty%2Fcoreutils.git (usage): Improve help message. From Karl Berry. --- diff --git a/src/factor.c b/src/factor.c index db5d68cd74..7615ee0296 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\