From a17b34e4d6077f67339284d5538cc60e7c835319 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 20 Nov 2007 23:47:08 +0000 Subject: [PATCH] * Remove bogus "ci" mode. * Sync "scan" mode description with 2.1.2 branch. svn path=/main/trunk/; revision=8559 --- bin/repoman | 1 - man/repoman.1 | 2 +- 2 files changed, 1 insertion(+), 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) -- 2.26.2