.BR "\-\-autounmask\-write [ y | n ]"
If \-\-autounmask is enabled, changes are written
to config files, respecting \fBCONFIG_PROTECT\fR and \fB\-\-ask\fR.
+If the corresponding package.* is a file, the changes are appended to
+it, if it is a directory, changes are written to the lexicographically
+last file. This way it is always ensured that the new changes take
+precedence over existing changes.
.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 and --ask."
+ "to config files, respecting CONFIG_PROTECT and --ask. " + \
+ "If the corresponding package.* is a file, the changes are " + \
+ "appended to it, if it is a directory, changes are written to " + \
+ "the lexicographically last file. This way it is always ensured " + \
+ "that the new changes take precedence over existing changes."
for line in wrap(desc, desc_width):
print(desc_indent + line)
print()