From 65b1a6ec822f9a7290983b2ba525a3627a423169 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 23 Oct 1998 02:08:35 +0000 Subject: [PATCH] (usage): Add mention of --version and --help. --- src/fold.c | 2 ++ 1 file changed, 2 insertions(+) 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 .")); } -- 2.47.3