Blame SOURCES/0021-Fix-thinko-on-set-index-naming.patch

cca0c4
From 0a4d6c3ae61bd6fd6a664b2b55b3e9453cf813ac Mon Sep 17 00:00:00 2001
cca0c4
From: Peter Jones <pjones@redhat.com>
cca0c4
Date: Thu, 23 Jun 2016 14:47:35 -0400
cca0c4
Subject: [PATCH 21/55] Fix thinko on --set-index naming.
cca0c4
cca0c4
Related: rhbz#1285601
cca0c4
cca0c4
Signed-off-by: Peter Jones <pjones@redhat.com>
cca0c4
---
cca0c4
 grubby.8 | 4 ++--
cca0c4
 1 file changed, 2 insertions(+), 2 deletions(-)
cca0c4
cca0c4
diff --git a/grubby.8 b/grubby.8
cca0c4
index a4691f8ddb2..f1bfb9336e9 100644
cca0c4
--- a/grubby.8
cca0c4
+++ b/grubby.8
cca0c4
@@ -7,7 +7,7 @@ grubby \- command line tool for configuring grub, lilo, elilo, yaboot and zipl
cca0c4
        [--bad-image-okay] [--boot-filesystem=\fIbootfs\fR] 
cca0c4
        [--bootloader-probe] [--config-file \fIpath\fR] [--copy-default]
cca0c4
        [--debug] [--default-kernel] [--default-index] [--default-title]
cca0c4
-       [--devtree=\fIdevicetree.dtb\fR] [--set-entry=\fIentry-index\fR]
cca0c4
+       [--devtree=\fIdevicetree.dtb\fR] [--set-index=\fIentry-index\fR]
cca0c4
        [--grub] [--lilo] [--yaboot] [--silo] [--zipl]
cca0c4
        [--info=\fIkernel-path\fR] [--initrd=\fIinitrd-path\fR] 
cca0c4
        [--make-default] [-o path] [--version]
cca0c4
@@ -49,7 +49,7 @@ with that title are used.
cca0c4
 Add a new boot entry for the kernel located at \fIkernel-path\fR.
cca0c4
 
cca0c4
 .TP
cca0c4
-\fB-\-set-entry\fR=\fIentry-index\fR
cca0c4
+\fB-\-set-index\fR=\fIentry-index\fR
cca0c4
 Set the position at which to add a new entry created with \fB-\-add-kernel\fR.
cca0c4
 
cca0c4
 .TP
cca0c4
-- 
cca0c4
2.17.1
cca0c4