mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
guix graph: Show '-M' in '--help' output.
* guix/scripts/graph.scm (show-help): Add -M shorthand.
This commit is contained in:
parent
9685c0637d
commit
0632ea98b3
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ (define (show-help)
|
|||
(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_ "
|
||||
|
|
Loading…
Reference in a new issue