* Remove bogus "ci" mode.
authorZac Medico <zmedico@gentoo.org>
Tue, 20 Nov 2007 23:47:08 +0000 (23:47 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 20 Nov 2007 23:47:08 +0000 (23:47 -0000)
* Sync "scan" mode description with 2.1.2 branch.

svn path=/main/trunk/; revision=8559

bin/repoman
man/repoman.1

index 4fc261c997ea5084c83a39424470da88718d8d75..e5893347c5dde091f0af999135671fbb2ddcf7a0 100755 (executable)
@@ -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',
index 5b12962b78416f7afca810a03ea3d5c3519425b9..f213b9adf99e49772cf3efbe97405831017f08c7 100644 (file)
@@ -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)