ad58010
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
5034b2b
From: Javier Martinez Canillas <javierm@redhat.com>
5034b2b
Date: Wed, 11 Apr 2018 11:36:43 +0200
902c8e8
Subject: [PATCH] Add missing options to grub2-switch-to-blscfg man page
5034b2b
5034b2b
The script --bls-directory and --backup-suffix options were not documented
5034b2b
in the man page, add them as well so users can know what these are about.
5034b2b
5034b2b
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
5034b2b
---
5034b2b
 util/grub-switch-to-blscfg.8 | 8 ++++++++
5034b2b
 1 file changed, 8 insertions(+)
5034b2b
5034b2b
diff --git a/util/grub-switch-to-blscfg.8 b/util/grub-switch-to-blscfg.8
5034b2b
index 134dfc62a7b..7d99de2d2f9 100644
5034b2b
--- a/util/grub-switch-to-blscfg.8
5034b2b
+++ b/util/grub-switch-to-blscfg.8
5034b2b
@@ -21,5 +21,13 @@ The grub config file to use.  The default value is \fI/etc/grub2-efi.cfg\fR on U
5034b2b
 --grub-defaults=\fIFILE\fR
5034b2b
 The defaults file for grub-mkconfig.  The default value is \fI/etc/default/grub\fR.
5034b2b
 
5034b2b
+.TP
5034b2b
+--bls-directory=\fIDIR\fR
5034b2b
+Create BootLoaderSpec fragments in \fIDIR\fR.  The default value is \fI/boot/loader/entries\fR on BIOS machines and \fI/boot/efi/EFI/\fBVENDOR\fI/loader/entries\fR on UEFI machines.
5034b2b
+
5034b2b
+.TP
5034b2b
+--backup-suffix=\fSUFFIX\fR
5034b2b
+The suffix to use for saved backup files.  The default value is \fI.bak\fR.
5034b2b
+
5034b2b
 .SH SEE ALSO
5034b2b
 .BR "info grub"