From: Zac Medico Date: Thu, 22 Aug 2013 04:06:01 +0000 (-0700) Subject: repoman: tweak help for --include-exp-profiles X-Git-Tag: v2.2.1~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=39b43a74393cef78a4f17212afd49281d732307f;p=portage.git repoman: tweak help for --include-exp-profiles --- diff --git a/bin/repoman b/bin/repoman index 5250af04e..1a02050a2 100755 --- a/bin/repoman +++ b/bin/repoman @@ -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='') 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') diff --git a/man/repoman.1 b/man/repoman.1 index 36e36f83c..a78f94e90 100644 --- a/man/repoman.1 +++ b/man/repoman.1 @@ -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 \fR, \fB\-\-include\-exp\-profiles=\fR Include exp profiles in dependency checks. .TP \fB\-\-unmatched\-removal\fR