From 7e4de7782079b4030e8f19582204f500bf9c4902 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 2 Jun 2011 22:40:39 -0700 Subject: [PATCH] autounmask-write: mention --ask in docs --- man/emerge.1 | 2 +- pym/_emerge/help.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() -- 2.26.2