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

(-)a/pym/gentoolkit/equery/depgraph.py (-1 / +1 lines)
Lines 195-201 def main(input_args): Link Here
195
	"""Parse input and run the program"""
195
	"""Parse input and run the program"""
196
196
197
	short_opts = "hAMUl"
197
	short_opts = "hAMUl"
198
	long_opts = ('help', 'no-atom', 'no-useflags', 'no-mask', 'depth=')
198
	long_opts = ('help', 'no-atom', 'no-useflags', 'no-mask', 'depth=', 'linear')
199
199
200
	try:
200
	try:
201
		module_opts, queries = gnu_getopt(input_args, short_opts, long_opts)
201
		module_opts, queries = gnu_getopt(input_args, short_opts, long_opts)

Return to bug 709816