summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-16 08:13:27 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-16 08:13:27 +0000
commitb1f56d1bbd67c3d4318a7780b04a09c699e8cb8e (patch)
treebe30efb3b3f71eaa89e5330298a505c23a9923cd /bin/repoman
parent8cab62ece8e00fc7b0f95fe156b281b35a4a0e3a (diff)
downloadportage-b1f56d1bbd67c3d4318a7780b04a09c699e8cb8e.tar.gz
portage-b1f56d1bbd67c3d4318a7780b04a09c699e8cb8e.tar.bz2
portage-b1f56d1bbd67c3d4318a7780b04a09c699e8cb8e.zip
Add a short -d option for the new --include-dev option. Thanks to Joshua
Kinard <kumba@g.o> for the suggestion. svn path=/main/trunk/; revision=11964
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 04a0fa5f9..a893acb99 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -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',