From 9ea6a18e9913160e97375dd72fc74a8e5752ac40 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 19 Mar 2022 22:25:16 +0100 Subject: guix home: Show "container" in '--help' output. This is a followup to 094a2cfbe45c104d0da30ff9d975d052ca0c118c. * guix/scripts/home.scm (show-help): Add "container". --- guix/scripts/home.scm | 2 ++ 1 file changed, 2 insertions(+) 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_ "\ -- cgit v1.2.3