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