aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pym/gentoolkit/equery/depgraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/gentoolkit/equery/depgraph.py b/pym/gentoolkit/equery/depgraph.py
index 9003a47..d9e3901 100644
--- a/pym/gentoolkit/equery/depgraph.py
+++ b/pym/gentoolkit/equery/depgraph.py
@@ -197,7 +197,7 @@ def main(input_args):
"""Parse input and run the program"""
short_opts = "hAMUl"
- long_opts = ("help", "no-atom", "no-useflags", "no-mask", "depth=")
+ long_opts = ("help", "no-atom", "no-useflags", "no-mask", "depth=", "linear")
try:
module_opts, queries = gnu_getopt(input_args, short_opts, long_opts)