Blame SOURCES/0001-logrotate-3.14.0-man-version.patch

294a24
From b0d067cfba64956893fc095bb37f8c767f5a910e Mon Sep 17 00:00:00 2001
294a24
From: Kamil Dudka <kdudka@redhat.com>
294a24
Date: Mon, 6 Aug 2018 17:13:31 +0200
294a24
Subject: [PATCH] logrotate.8: document the --version option
294a24
294a24
The man page now covers all the options that are listed
294a24
by `logrotate --help`.
294a24
294a24
Bug: https://bugzilla.redhat.com/1611498
294a24
294a24
Upstream-commit: 4088ef987df2ec48cc3d968eb87ad27c840fa2d8
294a24
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
294a24
---
294a24
 logrotate.8.in | 4 ++++
294a24
 1 file changed, 4 insertions(+)
294a24
294a24
diff --git a/logrotate.8.in b/logrotate.8.in
294a24
index 004229e..5ef09c5 100644
294a24
--- a/logrotate.8.in
294a24
+++ b/logrotate.8.in
294a24
@@ -87,6 +87,10 @@ Prints a short usage message.
294a24
 \fB\-v\fR, \fB\-\-verbose\fR
294a24
 Turns on verbose mode, for example to display messages during rotation.
294a24
 
294a24
+.TP
294a24
+\fB\-\-version\fR
294a24
+Display version information.
294a24
+
294a24
 .SH CONFIGURATION FILE
294a24
 
294a24
 \fBlogrotate\fR reads everything about the log files it should be handling
294a24
-- 
294a24
2.17.1
294a24