mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
scripts: container: Fix typo.
* guix/scripts/container/exec (show-help): Fix spelling of COMMAND.
This commit is contained in:
parent
46a8b76ce7
commit
77c2eafbbb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ (define %options
|
|||
|
||||
(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 a new issue