e7aee52
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
e7aee52
From: Robbie Harwood <rharwood@redhat.com>
e7aee52
Date: Fri, 15 Jul 2022 15:49:25 -0400
e7aee52
Subject: [PATCH] grub-probe: document the behavior of multiple -v
e7aee52
e7aee52
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
e7aee52
(cherry picked from commit 51a55233eed08f7f12276afd6b3724b807a0b680)
e7aee52
---
e7aee52
 util/grub-probe.c | 3 ++-
e7aee52
 1 file changed, 2 insertions(+), 1 deletion(-)
e7aee52
e7aee52
diff --git a/util/grub-probe.c b/util/grub-probe.c
e7aee52
index c6fac732b4..ba867319a7 100644
e7aee52
--- a/util/grub-probe.c
e7aee52
+++ b/util/grub-probe.c
e7aee52
@@ -732,7 +732,8 @@ static struct argp_option options[] = {
e7aee52
   {"device-map",  'm', N_("FILE"), 0,
e7aee52
    N_("use FILE as the device map [default=%s]"), 0},
e7aee52
   {"target",  't', N_("TARGET"), 0, 0, 0},
e7aee52
-  {"verbose",     'v', 0,      0, N_("print verbose messages."), 0},
e7aee52
+  {"verbose",     'v', 0,      0,
e7aee52
+   N_("print verbose messages (pass twice to enable debug printing)."), 0},
e7aee52
   {0, '0', 0, 0, N_("separate items in output using ASCII NUL characters"), 0},
e7aee52
   { 0, 0, 0, 0, 0, 0 }
e7aee52
 };