From: Zac Medico Date: Mon, 15 Oct 2007 19:52:49 +0000 (-0000) Subject: Fix --help summary so that "commit" mode shows. (trunk r8140) X-Git-Tag: v2.1.3.16~25 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e20d7e50dc36beb95e4ea1d25a636e25be348557;p=portage.git Fix --help summary so that "commit" mode shows. (trunk r8140) svn path=/main/branches/2.1.2/; revision=8141 --- diff --git a/bin/repoman b/bin/repoman index 1b198db11..938f3b6c3 100755 --- a/bin/repoman +++ b/bin/repoman @@ -272,7 +272,7 @@ def help(exitstatus=1,helpfulness=1): print bold(" Usage:"),turquoise(exename),"[",green("options"),"] [",green("mode"),"]" if helpfulness: print bold(" Modes:"),turquoise("scan (default)"), - for x in modes[1:]: + for x in modes: if x == "scan": continue print "|",turquoise(x),