Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- text-utils/rev.1 | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/text-utils/rev.1 b/text-utils/rev.1 index 5d205c7..db0eecb 100644 --- a/text-utils/rev.1 +++ b/text-utils/rev.1 @@ -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/. -- 1.7.4.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html