diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-03-24 11:15:47 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-03-26 12:21:15 -0700 |
commit | f0262dfcc83da93c9f539a16a7e5a2ebca30ee28 (patch) | |
tree | 769ecfdc514cb0938f8c45671ad359e2be1cd7ce /man | |
parent | fa3a5a04bc8eeb9e0eda44b21c7c8f3f49e00fa5 (diff) | |
download | portage-f0262dfcc83da93c9f539a16a7e5a2ebca30ee28.tar.gz portage-f0262dfcc83da93c9f539a16a7e5a2ebca30ee28.tar.bz2 portage-f0262dfcc83da93c9f539a16a7e5a2ebca30ee28.zip |
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/emerge.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index 1cf12bdc4..0be6e2993 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -266,7 +266,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 |