autounmask-write: mention --ask in docs
authorZac Medico <zmedico@gentoo.org>
Fri, 3 Jun 2011 05:40:39 +0000 (22:40 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 3 Jun 2011 05:40:39 +0000 (22:40 -0700)
man/emerge.1
pym/_emerge/help.py

index 012934747d73e2aad51a8d774876ea1be566507a..1ab8e4b12d4edec7f05169ed83be30a9d44d6b02 100644 (file)
@@ -304,7 +304,7 @@ the specified configuration file(s), or enable the
 .TP
 .BR "\-\-autounmask\-write [ y | n ]"
 If \-\-autounmask is enabled, changes are written
-to config files, respecting \fBCONFIG_PROTECT\fR.
+to config files, respecting \fBCONFIG_PROTECT\fR and \fB\-\-ask\fR.
 .TP
 .BR \-\-backtrack=COUNT
 Specifies an integer number of times to backtrack if
index 9dc38b764d401d6ccf1f4521a9e0c41cd9b51ecb..9d60f3a7059d791c331f113685e8ab6ce98f828e 100644 (file)
@@ -324,7 +324,7 @@ def help(myopts, havecolor=1):
                print("       " + green("--autounmask-write") + " [ %s | %s ]" % \
                        (turquoise("y"), turquoise("n")))
                desc = "If --autounmask is enabled, changes are written " + \
-                       "to config files, respecting CONFIG_PROTECT."
+                       "to config files, respecting CONFIG_PROTECT and --ask."
                for line in wrap(desc, desc_width):
                        print(desc_indent + line)
                print()