From df1e1321ad669e29029225667f5875f62433c1ad Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 16 Nov 2008 08:14:02 +0000 Subject: [PATCH] Add a short -d option for the new --include-dev option. Thanks to Joshua Kinard for the suggestion. (trunk r11964) svn path=/main/branches/2.1.6/; revision=11965 --- bin/repoman | 2 +- man/repoman.1 | 2 +- 2 files changed, 2 insertions(+), 2 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', diff --git a/man/repoman.1 b/man/repoman.1 index c20b6d05c..4e19a34a6 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -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 -- 2.26.2