]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
rev: mention long options in man page
authorSami Kerola <kerolasa@iki.fi>
Sat, 2 Apr 2011 16:11:10 +0000 (18:11 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Apr 2011 08:59:06 +0000 (10:59 +0200)
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
text-utils/rev.1

index 5d205c7828816768625a293eba2b5d9de7b64d4c..db0eecb36e9375cb97c871b72a8b95617770a6fd 100644 (file)
@@ -41,6 +41,8 @@
 .Nd reverse lines of a file or files
 .Sh SYNOPSIS
 .Nm rev
+.Op Fl V
+.Op Fl h
 .Op Ar file ...
 .Sh DESCRIPTION
 The
@@ -48,6 +50,11 @@ The
 utility copies the specified files to the standard output, reversing the
 order of characters in every line.
 If no files are specified, the standard input is read.
+.Bl -tag -width Ds
+.It Fl V, Fl Fl version
+Output version information and exit.
+.It Fl h, Fl Fl help
+Output help and exit.
 .Sh AVAILABILITY
 The rev command is part of the util-linux package and is available from
 ftp://ftp.kernel.org/pub/linux/utils/util-linux/.