mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
graph: Remove mention of Graphviz from the summary line.
* guix/scripts/graph.scm (show-help): Remove mention of Graphviz from the summary line.
This commit is contained in:
parent
0a2ce1ea0a
commit
34b1f339cd
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ (define (show-help)
|
|||
;; 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_ "
|
||||
|
|
Loading…
Reference in a new issue