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

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