diff options
-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_ "\ |