guix-commits
[Top][All Lists]
Advanced

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

02/04: guix system: Fix typo in --help message.


From: Alex Kost
Subject: 02/04: guix system: Fix typo in --help message.
Date: Sat, 31 Oct 2015 20:25:06 +0000

alezost pushed a commit to branch master
in repository guix.

commit fbd213a83ffc80c432e0c62868e56c020729a49f
Author: Alex Kost <address@hidden>
Date:   Sat Oct 31 22:59:45 2015 +0300

    guix system: Fix typo in --help message.
    
    * guix/scripts/system.scm (show-help): Align 'container' the same way as
      other actions.
---
 guix/scripts/system.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index 499038f..7be7347 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -529,7 +529,7 @@ Build the operating system declared in FILE according to 
ACTION.\n"))
   (display (_ "\
    build            build the operating system without installing anything\n"))
   (display (_ "\
-  container         build a container that shares the host's store\n"))
+   container        build a container that shares the host's store\n"))
   (display (_ "\
    vm               build a virtual machine image that shares the host's 
store\n"))
   (display (_ "\



reply via email to

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