From: Zac Medico Date: Mon, 15 Oct 2007 19:52:20 +0000 (-0000) Subject: Fix --help summary so that "commit" mode shows. X-Git-Tag: v2.2_pre1~617 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=95a6a1859d46c193980b4bcb46d5cea23ee1e068;p=portage.git Fix --help summary so that "commit" mode shows. svn path=/main/trunk/; revision=8140 --- diff --git a/bin/repoman b/bin/repoman index 70828fe70..5fb624094 100755 --- a/bin/repoman +++ b/bin/repoman @@ -288,7 +288,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),