diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-03-19 22:25:16 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-03-19 22:25:53 +0100 |
commit | 9ea6a18e9913160e97375dd72fc74a8e5752ac40 (patch) | |
tree | a8ca5056cdd22f713c9ffcb80c5f53e0be32a38b | |
parent | a58defdae8b4a9e4f16cec9ae6b0a1ec2683ae57 (diff) | |
download | guix-9ea6a18e9913160e97375dd72fc74a8e5752ac40.tar.gz |
guix home: Show "container" in '--help' output.
This is a followup to 094a2cfbe45c104d0da30ff9d975d052ca0c118c. * guix/scripts/home.scm (show-help): Add "container".
-rw-r--r-- | guix/scripts/home.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/scripts/home.scm b/guix/scripts/home.scm index 1902562f60..af2643014d 100644 --- a/guix/scripts/home.scm +++ b/guix/scripts/home.scm @@ -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_ "\ |