summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-02-17 14:42:13 -0600
committerDavid Teigland <teigland@redhat.com>2017-02-17 14:44:11 -0600
commit3cf394389896a1bd6b3780671e6a6654a925bdd3 (patch)
tree72761449a6acad84bec1ddb26a8d658487e5a4ec
parentf88ce5fb9954721b41fa1fc19c53abc18006c395 (diff)
downloadlvm2-3cf394389896a1bd6b3780671e6a6654a925bdd3.tar.gz
args: in yes option mention qq for auto-no
-rw-r--r--tools/args.h3
1 files changed, 2 insertions, 1 deletions
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"