Make 'full' the default mode, since 'scan' can be annoying since it
authorZac Medico <zmedico@gentoo.org>
Tue, 13 Nov 2007 21:05:22 +0000 (21:05 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 13 Nov 2007 21:05:22 +0000 (21:05 -0000)
ommits relevant info.

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

bin/repoman
man/repoman.1

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