diff options
-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>.")); } |