From 4a2db6d19322b46968e63df06b562ec0cbaa2d0c Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 8 Jun 2014 16:03:50 +0200 Subject: [PATCH] graph-depends: document the 'transitive' variable Although unnecessary (we already have initialisation via the parser), initialise the 'transitive' option, and document it at the same time. Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Cc: Maxime Hadjinlian Cc: Samuel Martin Signed-off-by: Thomas Petazzoni --- support/scripts/graph-depends | 3 +++ 1 file changed, 3 insertions(+) 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") -- 2.30.2