scripts: container: Fix typo.
authorVagrant Cascadian <vagrant@debian.org>
Mon, 23 Sep 2019 18:55:33 +0000 (11:55 -0700)
committerVagrant Cascadian <vagrant@debian.org>
Mon, 23 Sep 2019 18:56:40 +0000 (11:56 -0700)
* guix/scripts/container/exec (show-help): Fix spelling of COMMAND.

guix/scripts/container/exec.scm

index d598f5c..51b616b 100644 (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"))