summaryrefslogtreecommitdiff
path: root/guix/scripts/graph.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-11-23 10:16:36 +0100
committerLudovic Courtès <ludo@gnu.org>2021-11-23 10:24:28 +0100
commit0632ea98b362e8a6551435c72a78a28cac92049f (patch)
tree8e9551a29d6f5d98d31f0712c12044a22f48d1f8 /guix/scripts/graph.scm
parent9685c0637decec77880cec65547a2e57c300761a (diff)
downloadguix-patches-0632ea98b362e8a6551435c72a78a28cac92049f.tar
guix-patches-0632ea98b362e8a6551435c72a78a28cac92049f.tar.gz
guix graph: Show '-M' in '--help' output.
* guix/scripts/graph.scm (show-help): Add -M shorthand.
Diffstat (limited to 'guix/scripts/graph.scm')
-rw-r--r--guix/scripts/graph.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/graph.scm b/guix/scripts/graph.scm
index 439fae0b52..8943e87099 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_ "