diff options
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
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), |