Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 581742
Collapse All | Expand All

(-)a/pym/repoman/argparser.py (-1 / +1 lines)
Lines 153-159 def parse_args(argv, qahelp, repoman_default_opts): Link Here
153
	parser.add_argument(
153
	parser.add_argument(
154
		'-e', '--include-exp-profiles', choices=('y', 'n'), metavar='<y|n>',
154
		'-e', '--include-exp-profiles', choices=('y', 'n'), metavar='<y|n>',
155
		default=False,
155
		nargs='?', const='y', default=False,
156
		help='include exp profiles in dependency checks')
156
		help='include exp profiles in dependency checks')
157
	parser.add_argument(
157
	parser.add_argument(

Return to bug 581742