summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index 6c600df00..70828fe70 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -121,6 +121,7 @@ modeshelp={
"lfull" : "Remember report from last run (full listing)"
}
modes=modeshelp.keys()
+modes.sort()
repoman_options={
"--commitmsg" : "Adds a commit message via the command line",
"--commitmsgfile" : "Adds a commit message from the specified file",
@@ -288,6 +289,8 @@ def help(exitstatus=1,helpfulness=1):
if helpfulness:
print bold(" Modes:"),turquoise("scan (default)"),
for x in modes[1:]:
+ if x == "scan":
+ continue
print "|",turquoise(x),
print
print