aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-09-23 11:55:33 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-09-23 11:56:40 -0700
commit77c2eafbbb9036c0e5ccc60e39c08439731791d8 (patch)
treec00008f47cc3a393ff27bbcdee7fcf144e98aad3
parent46a8b76ce7d861ff39211536b91dbef9ed7701b5 (diff)
downloadguix-77c2eafbbb9036c0e5ccc60e39c08439731791d8.tar
guix-77c2eafbbb9036c0e5ccc60e39c08439731791d8.tar.gz
scripts: container: Fix typo.
* guix/scripts/container/exec (show-help): Fix spelling of COMMAND.
-rw-r--r--guix/scripts/container/exec.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/container/exec.scm b/guix/scripts/container/exec.scm
index d598f5cac4..51b616b384 100644
--- a/guix/scripts/container/exec.scm
+++ b/guix/scripts/container/exec.scm
@@ -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"))