guix home: Show "container" in '--help' output.
This is a followup to 094a2cfbe4
.
* guix/scripts/home.scm (show-help): Add "container".
This commit is contained in:
parent
a58defdae8
commit
9ea6a18e99
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ Some ACTIONS support additional ARGS.\n"))
|
|||
(newline)
|
||||
(display (G_ "\
|
||||
search search for existing service types\n"))
|
||||
(display (G_ "
|
||||
container run the home environment configuration in a container\n"))
|
||||
(display (G_ "\
|
||||
reconfigure switch to a new home environment configuration\n"))
|
||||
(display (G_ "\
|
||||
|
|
Reference in a new issue