grub-devel
[Top][All Lists]
Advanced

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

[PATCH v1 1/3] grub-probe: document the behavior of multiple -v


From: Robbie Harwood
Subject: [PATCH v1 1/3] grub-probe: document the behavior of multiple -v
Date: Fri, 15 Jul 2022 16:13:00 -0400

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
---
 util/grub-probe.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/util/grub-probe.c b/util/grub-probe.c
index 01d26bb87d..446bd25532 100644
--- a/util/grub-probe.c
+++ b/util/grub-probe.c
@@ -732,7 +732,8 @@ static struct argp_option options[] = {
   {"device-map",  'm', N_("FILE"), 0,
    N_("use FILE as the device map [default=%s]"), 0},
   {"target",  't', N_("TARGET"), 0, 0, 0},
-  {"verbose",     'v', 0,      0, N_("print verbose messages."), 0},
+  {"verbose",     'v', 0,      0,
+   N_("print verbose messages (pass twice to enable debug printing)."), 0},
   {0, '0', 0, 0, N_("separate items in output using ASCII NUL characters"), 0},
   { 0, 0, 0, 0, 0, 0 }
 };
-- 
2.35.1




reply via email to

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