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