From: Zac Medico Date: Tue, 20 Nov 2007 23:47:08 +0000 (-0000) Subject: * Remove bogus "ci" mode. X-Git-Tag: v2.2_pre1~362 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a17b34e4d6077f67339284d5538cc60e7c835319;p=portage.git * Remove bogus "ci" mode. * Sync "scan" mode description with 2.1.2 branch. svn path=/main/trunk/; revision=8559 --- 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)