Add a short -d option for the new --include-dev option. Thanks to Joshua
authorZac Medico <zmedico@gentoo.org>
Sun, 16 Nov 2008 08:13:27 +0000 (08:13 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 16 Nov 2008 08:13:27 +0000 (08:13 -0000)
Kinard <kumba@g.o> for the suggestion.

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

bin/repoman
man/repoman.1

index 04a0fa5f9caee237f9e090e2239378e25182551a..a893acb99f143a85f9403d262d5952dce9ac82b0 100755 (executable)
@@ -193,7 +193,7 @@ def ParseArgs(args, qahelp):
        parser.add_option('-I', '--ignore-masked', dest='ignore_masked', action='store_true',
                default=False, help='ignore masked packages (not allowed with commit mode)')
 
-       parser.add_option('--include-dev', dest='include_dev', action='store_true',
+       parser.add_option('-d', '--include-dev', dest='include_dev', action='store_true',
                default=False, help='include dev profiles in dependency checks')
 
        parser.add_option('--without-mask', dest='without_mask', action='store_true',
index ee911dd731684cc2195a2d4c00a341c77fe6c4f4..14165aae9d3a87a395c2c0724a35adbf595e18c3 100644 (file)
@@ -37,7 +37,7 @@ Ignore arch-specific failures (where arch != host)
 \fB\-I\fR, \fB\-\-ignore\-masked\fR
 Ignore masked packages (not allowed with commit mode)
 .TP
-\fB\-\-include\-dev\fR
+\fB\-d\fR, \fB\-\-include\-dev\fR
 Include dev profiles in dependency checks.
 .TP
 \fB\-\-without\-mask\fR