From: Jim Meyering Date: Fri, 23 Oct 1998 02:08:35 +0000 (+0000) Subject: (usage): Add mention of --version and --help. X-Git-Tag: FILEUTILS-4_0-b6~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65b1a6ec822f9a7290983b2ba525a3627a423169;p=thirdparty%2Fcoreutils.git (usage): Add mention of --version and --help. --- diff --git a/src/fold.c b/src/fold.c index a8699c66b1..14868b3435 100644 --- a/src/fold.c +++ b/src/fold.c @@ -74,6 +74,8 @@ standard output.\n\ -b, --bytes count bytes rather than columns\n\ -s, --spaces break at spaces\n\ -w, --width=WIDTH use WIDTH columns instead of 80\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ ")); puts (_("\nReport bugs to .")); }