Blame SOURCES/0259-grub-probe-document-the-behavior-of-multiple-v.patch

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