guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: graph: Remove mention of Graphviz from the summary line.


From: Ludovic Courtès
Subject: 06/06: graph: Remove mention of Graphviz from the summary line.
Date: Sat, 28 Oct 2017 03:46:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 34b1f339cd8f709941593ec2ae0b55ed1e13cb6e
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 27 14:53:17 2017 -0700

    graph: Remove mention of Graphviz from the summary line.
    
    * guix/scripts/graph.scm (show-help): Remove mention of Graphviz from
    the summary line.
---
 guix/scripts/graph.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/graph.scm b/guix/scripts/graph.scm
index 6b809d3..78f09f1 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_ "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]