diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 11:55:33 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 11:56:40 -0700 |
commit | 77c2eafbbb9036c0e5ccc60e39c08439731791d8 (patch) | |
tree | c00008f47cc3a393ff27bbcdee7fcf144e98aad3 /guix/scripts | |
parent | 46a8b76ce7d861ff39211536b91dbef9ed7701b5 (diff) |
scripts: container: Fix typo.
* guix/scripts/container/exec (show-help): Fix spelling of COMMAND.
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/container/exec.scm | 2 |
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")) |