.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
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()