mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
guix system: Fix typo in --help message.
* guix/scripts/system.scm (show-help): Align 'container' the same way as other actions.
This commit is contained in:
parent
b0e44d4f7d
commit
fbd213a83f
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ (define (show-help)
|
|||
(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 (_ "\
|
||||
|
|
Loading…
Reference in a new issue