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