scripts: container: Fix typo.

* guix/scripts/container/exec (show-help): Fix spelling of COMMAND.
This commit is contained in:
Vagrant Cascadian 2019-09-23 11:55:33 -07:00
parent 46a8b76ce7
commit 77c2eafbbb
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -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"))