diff options
author | Kito <kito@gentoo.org> | 2006-03-18 19:16:53 +0000 |
---|---|---|
committer | Kito <kito@gentoo.org> | 2006-03-18 19:16:53 +0000 |
commit | 5a50a01adc30e63fce502a231b5e8a5f1a158749 (patch) | |
tree | b19e184a9236f7457563fb45f6075708ea087f88 | |
parent | 0afef340b341f8c91fe72dd9dd2999b30fb94b6e (diff) | |
download | portage-5a50a01adc30e63fce502a231b5e8a5f1a158749.tar.gz portage-5a50a01adc30e63fce502a231b5e8a5f1a158749.tar.bz2 portage-5a50a01adc30e63fce502a231b5e8a5f1a158749.zip |
add short options for --one-shot and --fetch-all-uri to --help output. Closes Bug #126626
svn path=/main/trunk/; revision=2939
-rw-r--r-- | pym/emergehelp.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/emergehelp.py b/pym/emergehelp.py index 2936dd628..bab788fe6 100644 --- a/pym/emergehelp.py +++ b/pym/emergehelp.py @@ -180,7 +180,7 @@ def help(myaction,myopts,havecolor=1): print " used in combination with --pretend all the SRC_URIs will be" print " displayed multiple mirrors per line, one line per file." print - print " "+green("--fetch-all-uri") + print " "+green("--fetch-all-uri")+" ("+green("-F")+" short option)" print " Same as --fetchonly except that all package files, including those" print " not required to build the package, will be processed." print @@ -222,7 +222,7 @@ def help(myaction,myopts,havecolor=1): print " "+green("--nospinner") print " Disables the spinner regardless of terminal type." print - print " "+green("--oneshot") + print " "+green("--oneshot")+" ("+green("-1")+" short option)" print " Emerge as normal, but don't add packages to the world profile." print " This package will only be updated if it is depended upon by" print " another package." |