grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[CRYPTOMOUNT-TEST 1/7] cryptodisk: Improve cryptomount short help string


From: Glenn Washburn
Subject: [CRYPTOMOUNT-TEST 1/7] cryptodisk: Improve cryptomount short help string.
Date: Sun, 16 Aug 2020 19:05:12 -0500

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 grub-core/disk/cryptodisk.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/grub-core/disk/cryptodisk.c b/grub-core/disk/cryptodisk.c
index dd94736d3..031e9dd97 100644
--- a/grub-core/disk/cryptodisk.c
+++ b/grub-core/disk/cryptodisk.c
@@ -1403,7 +1403,8 @@ GRUB_MOD_INIT (cryptodisk)
 {
   grub_disk_dev_register (&grub_cryptodisk_dev);
   cmd = grub_register_extcmd ("cryptomount", grub_cmd_cryptomount, 0,
-                             N_("SOURCE|-u UUID|-a|-b|-H file"),
+                             N_("SOURCE [-H file] [-k keyfile] [-O keyoffset]"
+                                " [-S keysize]|-u UUID|-a|-b"),
                              N_("Mount a crypto device."), options);
   grub_procfs_register ("luks_script", &luks_script);
 }
-- 
2.25.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]