summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsupport/scripts/graph-depends3
1 files changed, 3 insertions, 0 deletions
diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
index 0dafd77389..07b9c22444 100755
--- a/support/scripts/graph-depends
+++ b/support/scripts/graph-depends
@@ -37,6 +37,9 @@ mode = 0
# Limit drawing the dependency graph to this depth. 0 means 'no limit'.
max_depth = 0
+# Whether to draw the transitive dependencies
+transitive = True
+
parser = argparse.ArgumentParser(description="Graph pacakges dependencies")
parser.add_argument("--package", '-p', metavar="PACKAGE",
help="Graph the dependencies of PACKAGE")
OpenPOWER on IntegriCloud