From 3cf394389896a1bd6b3780671e6a6654a925bdd3 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Fri, 17 Feb 2017 14:42:13 -0600 Subject: [PATCH] args: in yes option mention qq for auto-no --- tools/args.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/args.h b/tools/args.h index 06595a679..149b5f66a 100644 --- a/tools/args.h +++ b/tools/args.h @@ -1369,7 +1369,8 @@ arg(resizeable_ARG, 'x', "resizeable", bool_VAL, 0, 0, arg(yes_ARG, 'y', "yes", 0, 0, 0, "Do not prompt for confirmation interactively but always assume the\n" - "answer yes. Use with extreme caution.\n") + "answer yes. Use with extreme caution.\n" + "(For automatic no, see -qq.)\n") arg(zero_ARG, 'Z', "zero", bool_VAL, 0, 0, "#lvchange\n" -- 2.43.5