Blame SOURCES/0056-Improve-man-page-for-info-option.patch

cca0c4
From e15806969cbae83a94068d99e4f1d295dab95eac Mon Sep 17 00:00:00 2001
cca0c4
From: Jan Stodola <jstodola@redhat.com>
cca0c4
Date: Tue, 20 Nov 2018 15:02:19 +0100
cca0c4
Subject: [PATCH] Improve man page for --info option
cca0c4
cca0c4
1) commit 941d4a0b removed description of --info DEFAULT
cca0c4
2) Add description of --info ALL
cca0c4
---
cca0c4
 grubby.8 | 5 ++++-
cca0c4
 1 file changed, 4 insertions(+), 1 deletion(-)
cca0c4
cca0c4
diff --git a/grubby.8 b/grubby.8
cca0c4
index 1e8f140c4df..8b98433960c 100644
cca0c4
--- a/grubby.8
cca0c4
+++ b/grubby.8
cca0c4
@@ -185,7 +185,10 @@ Display the title of the current default boot entry and exit.
cca0c4
 
cca0c4
 .TP
cca0c4
 \fB-\-info\fR=\fIkernel-path\fR
cca0c4
-Display information on all boot entries which match \fIkernel-path\fR. I
cca0c4
+Display information on all boot entries which match \fIkernel-path\fR. If
cca0c4
+\fIkernel-path\fR is \fBDEFAULT\fR, then information on the default kernel
cca0c4
+is displayed. If \fIkernel-path\fR is \fBALL\fR, then information on all boot
cca0c4
+entries are displayed.
cca0c4
 
cca0c4
 .TP
cca0c4
 \fB-\-bootloader-probe\fR
cca0c4
-- 
cca0c4
2.19.1
cca0c4