All of lore.kernel.org
 help / color / mirror / Atom feed
* [CRYPTOMOUNT-TEST 1/7] cryptodisk: Improve cryptomount short help string.
@ 2020-08-17  0:05 Glenn Washburn
  0 siblings, 0 replies; only message in thread
From: Glenn Washburn @ 2020-08-17  0:05 UTC (permalink / raw)
  To: grub-devel; +Cc: Glenn Washburn

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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-17  0:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-17  0:05 [CRYPTOMOUNT-TEST 1/7] cryptodisk: Improve cryptomount short help string Glenn Washburn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.