guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: scripts: container: Fix typo.


From: guix-commits
Subject: 01/01: scripts: container: Fix typo.
Date: Mon, 23 Sep 2019 14:57:07 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 77c2eafbbb9036c0e5ccc60e39c08439731791d8
Author: Vagrant Cascadian <address@hidden>
Date:   Mon Sep 23 11:55:33 2019 -0700

    scripts: container: Fix typo.
    
    * guix/scripts/container/exec (show-help): Fix spelling of COMMAND.
---
 guix/scripts/container/exec.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/container/exec.scm b/guix/scripts/container/exec.scm
index d598f5c..51b616b 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]