summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/repoman1
-rw-r--r--man/repoman.12
2 files changed, 1 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman
index 4fc261c99..e5893347c 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -128,7 +128,6 @@ def ParseArgs(args, qahelp):
modes = {
'commit' : 'Run a scan then commit changes',
- 'ci' : 'Run a scan then commit changes',
'fix' : 'Fix simple QA issues (stray digests, missing digests)',
'full' : 'Scan directory tree and print all issues (not a summary)',
'help' : 'Show this screen',
diff --git a/man/repoman.1 b/man/repoman.1
index 5b12962b7..f213b9adf 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -60,7 +60,7 @@ Remember report from last run
Show this screen
.TP
.B scan
-Scan directory tree for QA issues
+Scan directory tree for QA issues (short listing)
.TP
.B fix
Fix simple QA issues (stray digests, missing digests)