summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)