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

11b490
From 694e8328e37d0f71a4e535b36c6bd1a937956cc0 Mon Sep 17 00:00:00 2001
11b490
From: Peter Jones <pjones@redhat.com>
11b490
Date: Thu, 23 Jun 2016 14:45:35 -0400
11b490
Subject: [PATCH 51/55] Fix thinko on --set-index naming.
11b490
11b490
Related: rhbz#1285601
11b490
11b490
Signed-off-by: Peter Jones <pjones@redhat.com>
11b490
---
11b490
 grubby.8 | 4 ++--
11b490
 1 file changed, 2 insertions(+), 2 deletions(-)
11b490
11b490
diff --git a/grubby.8 b/grubby.8
11b490
index b2a5447..709a539 100644
11b490
--- a/grubby.8
11b490
+++ b/grubby.8
11b490
@@ -9,7 +9,7 @@ grubby \- command line tool for configuring grub, lilo, elilo, yaboot and zipl
11b490
        [--debug] [--default-kernel] [--default-index] [--default-title]
11b490
        [--grub] [--lilo] [--yaboot] [--silo] [--zipl]
11b490
        [--info=\fIkernel-path\fR] [--initrd=\fIinitrd-path\fR]
11b490
-       [--make-default] [-o path] [--version] [--set-entry=\fIentry-index\fR]
11b490
+       [--make-default] [-o path] [--version] [--set-index=\fIentry-index\fR]
11b490
        [--remove-kernel=\fIkernel-path\fR] [--remove-args=\fIargs\fR]
11b490
        [--set-default=\fIkernel-path\fR] [--set-default-index=\fIentry-index\fR]
11b490
        [--title=entry-title] [--add-multiboot=\fImultiboot-path\fR]
11b490
@@ -48,7 +48,7 @@ with that title are used.
11b490
 Add a new boot entry for the kernel located at \fIkernel-path\fR.
11b490
 
11b490
 .TP
11b490
-\fB-\-set-entry\fR=\fIentry-index\fR
11b490
+\fB-\-set-index\fR=\fIentry-index\fR
11b490
 Set the position at which to add a new entry created with \fB-\-add-kernel\fR.
11b490
 
11b490
 .TP
11b490
-- 
11b490
2.5.5
11b490