1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

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
+1 -1
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"))