From: Jason Stubbs Date: Thu, 29 Sep 2005 16:29:54 +0000 (-0000) Subject: add --newuse short option to emerge help X-Git-Tag: v2.0.53_rc4_2111~48 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=608be5d3b7e74800d11cfa0d66b6fc3fe6370ee6;p=portage.git add --newuse short option to emerge help svn path=/main/branches/2.0/; revision=2047 --- diff --git a/pym/emergehelp.py b/pym/emergehelp.py index 825a8fb8b..33a95b892 100644 --- a/pym/emergehelp.py +++ b/pym/emergehelp.py @@ -15,7 +15,7 @@ def shorthelp(): print " "+turquoise("emerge")+" < "+turquoise("--sync")+" | "+turquoise("--metadata")+" | "+turquoise("--info")+" >" print " "+turquoise("emerge")+" "+turquoise("--resume")+" [ "+green("--pretend")+" | "+green("--ask")+" | "+green("--skipfirst")+" ]" print " "+turquoise("emerge")+" "+turquoise("--help")+" [ "+green("system")+" | "+green("config")+" | "+green("sync")+" ] " - print bold("Options:")+" "+green("-")+"["+green("abcCdDefhikKlnoOpPsSuUvV")+"] ["+green("--oneshot")+"] ["+green("--newuse")+"] ["+green("--noconfmem")+"]" + print bold("Options:")+" "+green("-")+"["+green("abcCdDefhikKlnNoOpPsSuUvV")+"] ["+green("--oneshot")+"] ["+green("--newuse")+"] ["+green("--noconfmem")+"]" print " ["+green("--columns")+"] ["+green("--nospinner")+"]" print bold("Actions:")+" [ "+green("--clean")+" | "+green("--depclean")+" | "+green("--inject")+" | "+green("--prune")+" | "+green("--regen")+" | "+green("--search")+" | "+green("--unmerge")+" ]" print @@ -185,7 +185,7 @@ def help(myaction,myopts,havecolor=1): print " downloaded from the remote server without consulting packages" print " existing in the packages directory." print - print " "+green("--newuse") + print " "+green("--newuse")+" ("+green("-N")+" short option)" print " Tells emerge to include installed packages where USE flags have " print " changed since installation." print