From 13c367f827566c91e4a85fb5d050424904f404ed Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Tue, 14 May 2013 22:11:03 +0000 Subject: graph-depends: fix program path in comment Signed-off-by: Luca Ceresoli Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- support/scripts/graph-depends | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index 8d81969dd..790e24e30 100755 --- a/support/scripts/graph-depends +++ b/support/scripts/graph-depends @@ -1,7 +1,7 @@ #!/usr/bin/python # Usage (the graphviz package must be installed in your distribution) -# ./scripts/graph-depends [package-name] > test.dot +# ./support/scripts/graph-depends [package-name] > test.dot # dot -Tpdf test.dot -o test.pdf # # With no arguments, graph-depends will draw a complete graph of -- cgit v1.2.3