From b1f56d1bbd67c3d4318a7780b04a09c699e8cb8e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 16 Nov 2008 08:13:27 +0000 Subject: Add a short -d option for the new --include-dev option. Thanks to Joshua Kinard for the suggestion. svn path=/main/trunk/; revision=11964 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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', -- cgit v1.2.3-1-g7c22