aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2022-07-15 16:13:00 -0400
committerDaniel Kiper <daniel.kiper@oracle.com>2022-07-27 19:20:53 +0200
commit9b6f16501a64727a62864882aeedf7ecd3667631 (patch)
treefdbd1690fb5b2e70d6fc9272944de46e3e866c72
parentf7f453e0bf1043d89587638ffd24b8c34631b8eb (diff)
downloadgrub-9b6f16501a64727a62864882aeedf7ecd3667631.tar.gz
util/grub-probe: Document the behavior of multiple -v
Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
-rw-r--r--util/grub-probe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/grub-probe.c b/util/grub-probe.c
index 01d26bb87..446bd2553 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 }
};