repoman: tweak help for --include-exp-profiles
authorZac Medico <zmedico@gentoo.org>
Thu, 22 Aug 2013 04:06:01 +0000 (21:06 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 22 Aug 2013 04:06:01 +0000 (21:06 -0700)
bin/repoman
man/repoman.1

index 5250af04ec2462d1d7b6eb9c3bbc800e3a82ed53..1a02050a2c27e957858b9b093de2a8dec9d26464 100755 (executable)
@@ -219,7 +219,8 @@ def ParseArgs(argv, qahelp):
                default=False, help='include dev profiles in dependency checks')
 
        parser.add_argument('-e', '--include-exp-profiles', choices=('y', 'n'),
-               default=False, help='include exp profiles in dependency checks')
+               default=False, help='include exp profiles in dependency checks',
+               metavar='<y|n>')
 
        parser.add_argument('--unmatched-removal', dest='unmatched_removal', action='store_true',
                default=False, help='enable strict checking of package.mask and package.unmask files for unmatched removal atoms')
index 36e36f83c79d47166be3d47a56460710cfb57df0..a78f94e9011b7c7c6797eaf795a2deee6364e783 100644 (file)
@@ -88,7 +88,7 @@ profiles for dependency checks.
 \fB\-d\fR, \fB\-\-include\-dev\fR
 Include dev profiles in dependency checks.
 .TP
-\fB\-e\fR, \fB\-\-include\-exp\-profiles\fR
+\fB\-e <y|n>\fR, \fB\-\-include\-exp\-profiles=<y|n>\fR
 Include exp profiles in dependency checks.
 .TP
 \fB\-\-unmatched\-removal\fR