From: Robbie Harwood Date: Fri, 15 Jul 2022 20:13:00 +0000 (-0400) Subject: util/grub-probe: Document the behavior of multiple -v X-Git-Tag: grub-2.12-rc1~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b6f16501a64727a62864882aeedf7ecd3667631;p=thirdparty%2Fgrub.git util/grub-probe: Document the behavior of multiple -v Signed-off-by: Robbie Harwood Reviewed-by: Daniel Kiper --- 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 } };