diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-10-27 14:53:17 -0700 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-10-28 09:45:54 +0200 |
commit | 34b1f339cd8f709941593ec2ae0b55ed1e13cb6e (patch) | |
tree | ae140d39711d49824df7faca4b870eb5693bc77a | |
parent | 0a2ce1ea0ad2f1269cba3f77a77bb336ba2ef0b3 (diff) | |
download | guix-34b1f339cd8f709941593ec2ae0b55ed1e13cb6e.tar guix-34b1f339cd8f709941593ec2ae0b55ed1e13cb6e.tar.gz |
graph: Remove mention of Graphviz from the summary line.
* guix/scripts/graph.scm (show-help): Remove mention of Graphviz from
the summary line.
-rw-r--r-- | guix/scripts/graph.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/graph.scm b/guix/scripts/graph.scm index 6b809d3ade..78f09f181b 100644 --- a/guix/scripts/graph.scm +++ b/guix/scripts/graph.scm @@ -417,7 +417,7 @@ substitutes." ;; TRANSLATORS: Here 'dot' is the name of a program; it must not be ;; translated. (display (G_ "Usage: guix graph PACKAGE... -Emit a Graphviz (dot) representation of the dependencies of PACKAGE...\n")) +Emit a representation of the dependency graph of PACKAGE...\n")) (display (G_ " -b, --backend=TYPE produce a graph with the given backend TYPE")) (display (G_ " |