summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-16 08:14:02 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-16 08:14:02 +0000
commitdf1e1321ad669e29029225667f5875f62433c1ad (patch)
tree662bcb78edfa987fd8b8272966101409f12a3082 /bin/repoman
parentbf85b528521001246d47c5c8b1832d735b1cbfdd (diff)
downloadportage-df1e1321ad669e29029225667f5875f62433c1ad.tar.gz
portage-df1e1321ad669e29029225667f5875f62433c1ad.tar.bz2
portage-df1e1321ad669e29029225667f5875f62433c1ad.zip
Add a short -d option for the new --include-dev option. Thanks to Joshua
Kinard <kumba@g.o> for the suggestion. (trunk r11964) svn path=/main/branches/2.1.6/; revision=11965
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 c22214afc..eea873de8 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',