add short options for --one-shot and --fetch-all-uri to --help output. Closes Bug...
authorKito <kito@gentoo.org>
Sat, 18 Mar 2006 19:16:53 +0000 (19:16 -0000)
committerKito <kito@gentoo.org>
Sat, 18 Mar 2006 19:16:53 +0000 (19:16 -0000)
svn path=/main/trunk/; revision=2939

pym/emergehelp.py

index 2936dd628ef7374f3ec596003b2a7e1600ce7d2c..bab788fe6939dc12b32ea0c7593e10cfe6b1abd9 100644 (file)
@@ -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."