about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--domagi/domagi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/domagi/domagi.py b/domagi/domagi.py
index 2702a61..21d5d01 100644
--- a/domagi/domagi.py
+++ b/domagi/domagi.py
@@ -222,6 +222,7 @@ def depth(con, graph_depth_table, paths, bed_input, threads, progress):
               help="segment name from which to begin the traversal")
 @click.option("-r", "--path-range", "path_range",
               type=click.STRING,
+              metavar="PATH[:POS1[-POS2]]",
               help="extract segments in path range")
 @click.option("-c", "--context-steps", "steps",
               type=click.INT,