diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-11-23 10:16:36 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-23 10:24:28 +0100 |
commit | 0632ea98b362e8a6551435c72a78a28cac92049f (patch) | |
tree | 8e9551a29d6f5d98d31f0712c12044a22f48d1f8 /guix | |
parent | 9685c0637decec77880cec65547a2e57c300761a (diff) |
guix graph: Show '-M' in '--help' output.
* guix/scripts/graph.scm (show-help): Add -M shorthand.
Diffstat (limited to 'guix')
-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 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_ " |