From 39911a4fc3859ae528dfe541ae9d9119291ae0e2 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 24 Mar 2011 11:15:47 -0700 Subject: emerge: support [ y | n ] for --ask This allows --ask to be enabled via EMERGE_DEFAULT_OPTS, and then temporarily disabled via the command-line. This may be useful for programs that call emerge non-interactively, as in bug #360233. --- man/emerge.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/emerge.1 b/man/emerge.1 index 0e3eb1312..2693b6753 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -270,7 +270,7 @@ configuration, this would result in an effective When displaying USE and other flag output, combines the enabled and disabled lists into one list and sorts the whole list alphabetically. .TP -.BR "\-\-ask " (\fB\-a\fR) +.BR "\-\-ask [ y | n ] (\-a short option)" Before performing the action, display what will take place (server info for \fB\-\-sync\fR, \fB\-\-pretend\fR output for merge, and so forth), then ask whether to proceed with the action or abort. Using \fB\-\-ask\fR is more -- cgit v1.2.3-65-gdbad