[lvm-devel] master - args: in yes option mention qq for auto-no

David Teigland teigland at fedoraproject.org
Fri Feb 17 21:34:08 UTC 2017


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=3cf394389896a1bd6b3780671e6a6654a925bdd3
Commit:        3cf394389896a1bd6b3780671e6a6654a925bdd3
Parent:        f88ce5fb9954721b41fa1fc19c53abc18006c395
Author:        David Teigland <teigland at redhat.com>
AuthorDate:    Fri Feb 17 14:42:13 2017 -0600
Committer:     David Teigland <teigland at redhat.com>
CommitterDate: Fri Feb 17 14:44:11 2017 -0600

args: in yes option mention qq for auto-no

---
 tools/args.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tools/args.h b/tools/args.h
index 06595a6..149b5f6 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"




More information about the lvm-devel mailing list