From: Zac Medico Date: Fri, 3 Jun 2011 05:40:39 +0000 (-0700) Subject: autounmask-write: mention --ask in docs X-Git-Tag: v2.2.0_alpha38~35 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7e4de7782079b4030e8f19582204f500bf9c4902;p=portage.git autounmask-write: mention --ask in docs --- diff --git a/man/emerge.1 b/man/emerge.1 index 012934747..1ab8e4b12 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -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 diff --git a/pym/_emerge/help.py b/pym/_emerge/help.py index 9dc38b764..9d60f3a70 100644 --- a/pym/_emerge/help.py +++ b/pym/_emerge/help.py @@ -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()