summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-15 19:52:49 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-15 19:52:49 +0000
commite20d7e50dc36beb95e4ea1d25a636e25be348557 (patch)
tree9d969fbc695bb9102ad80c86562877e567b8dbd2 /bin/repoman
parent02f79c034994681aa5bc20fa82f8eddff6444958 (diff)
downloadportage-e20d7e50dc36beb95e4ea1d25a636e25be348557.tar.gz
portage-e20d7e50dc36beb95e4ea1d25a636e25be348557.tar.bz2
portage-e20d7e50dc36beb95e4ea1d25a636e25be348557.zip
Fix --help summary so that "commit" mode shows. (trunk r8140)
svn path=/main/branches/2.1.2/; revision=8141
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
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),