diff options
author | Alex Kost <alezost@gmail.com> | 2015-10-31 22:59:45 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-10-31 23:21:23 +0300 |
commit | fbd213a83ffc80c432e0c62868e56c020729a49f (patch) | |
tree | 8af7a6990133b1142f1b54c8470e41dd6c0962dd | |
parent | b0e44d4f7d13b1c67899aab14385155cc648cfd8 (diff) | |
download | guix-fbd213a83ffc80c432e0c62868e56c020729a49f.tar guix-fbd213a83ffc80c432e0c62868e56c020729a49f.tar.gz |
guix system: Fix typo in --help message.
* guix/scripts/system.scm (show-help): Align 'container' the same way as
other actions.
-rw-r--r-- | 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 499038ffa1..7be734785a 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 (_ "\ |