diff options
author | Jim Meyering <jim@meyering.net> | 1998-10-23 02:08:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-10-23 02:08:35 +0000 |
commit | 65b1a6ec822f9a7290983b2ba525a3627a423169 (patch) | |
tree | ff73b312596a750b3d1b536fb8eec5014e2b865f | |
parent | 06d1a87e3b383c892202ba8837541570168ad4cc (diff) | |
download | coreutils-65b1a6ec822f9a7290983b2ba525a3627a423169.tar.xz |
(usage): Add mention of --version and --help.
-rw-r--r-- | src/fold.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fold.c b/src/fold.c index a8699c66b..14868b343 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 <bug-textutils@gnu.org>.")); } |