guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: guix home: Show "container" in '--help' output.


From: guix-commits
Subject: 01/05: guix home: Show "container" in '--help' output.
Date: Sat, 19 Mar 2022 18:41:29 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9ea6a18e9913160e97375dd72fc74a8e5752ac40
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Mar 19 22:25:16 2022 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]