grub-devel
[Top][All Lists]
Advanced

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

[PATCH v8 6/7] cryptodisk: Improve cryptomount short help string


From: Glenn Washburn
Subject: [PATCH v8 6/7] cryptodisk: Improve cryptomount short help string
Date: Sat, 1 Jan 2022 21:52:59 -0600

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

diff --git a/grub-core/disk/cryptodisk.c b/grub-core/disk/cryptodisk.c
index ea8ed20e2..319c84a6c 100644
--- a/grub-core/disk/cryptodisk.c
+++ b/grub-core/disk/cryptodisk.c
@@ -1481,7 +1481,9 @@ GRUB_MOD_INIT (cryptodisk)
 {
   grub_disk_dev_register (&grub_cryptodisk_dev);
   cmd = grub_register_extcmd ("cryptomount", grub_cmd_cryptomount, 0,
-                             N_("[-p password] [-H file] <SOURCE|-u 
UUID|-a|-b>"),
+                             N_("[-p password] [-k keyfile] [-O keyoffset]"
+                                " [-S keysize] [-H file]"
+                                " <SOURCE|-u UUID|-a|-b>"),
                              N_("Mount a crypto device."), options);
   grub_procfs_register ("luks_script", &luks_script);
 }
-- 
2.27.0




reply via email to

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