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

svn path=/main/branches/2.1.6/; revision=11965

bin/repoman
man/repoman.1

index c22214afce0460e301b892b0149cf5451c1c70c1..eea873de83d005471547f84496f3f222478c9ae3 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 c20b6d05c72679836b0a41244c8252bb1fccefe0..4e19a34a67f079771e363e3ac2b2b6fd57fe8871 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