]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
util/grub-probe: Document the behavior of multiple -v
authorRobbie Harwood <rharwood@redhat.com>
Fri, 15 Jul 2022 20:13:00 +0000 (16:13 -0400)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 27 Jul 2022 17:20:53 +0000 (19:20 +0200)
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/grub-probe.c

index 01d26bb87db989e81c6140a49351b3dd6829dc51..446bd25532fdbb2c5d68a5ad3a8ec2bdbff442ad 100644 (file)
@@ -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 }
 };