summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-13 21:05:22 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-13 21:05:22 +0000
commitf8658a9fd07f2b25f50b93b11e254212b92e1ea1 (patch)
tree0041dfec155b907303a48216b13234f193006f4a
parentMake the slot collision display show all collisions instead (diff)
downloadportage-idfetch-f8658a9fd07f2b25f50b93b11e254212b92e1ea1.tar.gz
portage-idfetch-f8658a9fd07f2b25f50b93b11e254212b92e1ea1.tar.bz2
portage-idfetch-f8658a9fd07f2b25f50b93b11e254212b92e1ea1.zip
Make 'full' the default mode, since 'scan' can be annoying since it
ommits relevant info. svn path=/main/trunk/; revision=8499
-rwxr-xr-xbin/repoman4
-rw-r--r--man/repoman.12
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/repoman b/bin/repoman
index ca7530b9..4fc261c9 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -175,7 +175,7 @@ def ParseArgs(args, qahelp):
default=False, help='ignore masked packages (not allowed with commit mode')
parser.add_option('--mode', type='choice', dest='mode', choices=modes.keys(),
- help='specify which mode repoman will run in (default=scan)')
+ help='specify which mode repoman will run in (default=full)')
parser.on_tail("\n " + green("Modes".ljust(20) + " Description\n"))
@@ -203,7 +203,7 @@ def ParseArgs(args, qahelp):
break
if not opts.mode:
- opts.mode = 'scan' #default to scan
+ opts.mode = 'full' #default to full
if opts.mode == 'commit' and opts.ignore_masked:
parser.error('Commit mode and --ignore_masked are not compatable')
diff --git a/man/repoman.1 b/man/repoman.1
index 5fc789c8..5b12962b 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 (default)
+Scan directory tree for QA issues
.TP
.B fix
Fix simple QA issues (stray digests, missing digests)