scripts: container: Fix typo.
* guix/scripts/container/exec (show-help): Fix spelling of COMMAND.
This commit is contained in:
parent
46a8b76ce7
commit
77c2eafbbb
|
@ -38,7 +38,7 @@
|
|||
|
||||
(define (show-help)
|
||||
(display (G_ "Usage: guix container exec PID COMMAND [ARGS...]
|
||||
Execute COMMMAND within the container process PID.\n"))
|
||||
Execute COMMAND within the container process PID.\n"))
|
||||
(newline)
|
||||
(display (G_ "
|
||||
-h, --help display this help and exit"))
|
||||
|
|
Loading…
Reference in New Issue