guix-commits
[Top][All Lists]
Advanced

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

18/19: guix graph: Show '-M' in '--help' output.


From: guix-commits
Subject: 18/19: guix graph: Show '-M' in '--help' output.
Date: Tue, 23 Nov 2021 04:26:37 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 0632ea98b362e8a6551435c72a78a28cac92049f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 23 10:16:36 2021 +0100

    guix graph: Show '-M' in '--help' output.
    
    * guix/scripts/graph.scm (show-help): Add -M shorthand.
---
 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 439fae0..8943e87 100644
--- a/guix/scripts/graph.scm
+++ b/guix/scripts/graph.scm
@@ -542,7 +542,7 @@ Emit a representation of the dependency graph of 
PACKAGE...\n"))
   (display (G_ "
       --list-types       list the available graph types"))
   (display (G_ "
-      --max-depth=DEPTH  limit to nodes within distance DEPTH"))
+  -M, --max-depth=DEPTH  limit to nodes within distance DEPTH"))
   (display (G_ "
       --path             display the shortest path between the given nodes"))
   (display (G_ "



reply via email to

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