guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 01/05: ‘herd help’ distinguishes between ‘herd status’ and ‘h


From: Ludovic Courtès
Subject: [shepherd] 01/05: ‘herd help’ distinguishes between ‘herd status’ and ‘herd status root’.
Date: Sun, 8 Sep 2024 16:47:06 -0400 (EDT)

civodul pushed a commit to branch devel
in repository shepherd.

commit ebfa471545fe4c45caff6e036f9fe7480bc92174
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Sep 7 17:08:08 2024 +0200

    ‘herd help’ distinguishes between ‘herd status’ and ‘herd status root’.
    
    This is a followup to 66e2eae19a23b177c58429f046ad3b192b0c6f7e.
    
    * modules/shepherd/service.scm (root-service): In ‘help’ action, update
    message.
---
 modules/shepherd/service.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/shepherd/service.scm b/modules/shepherd/service.scm
index 08679cd..43669ee 100644
--- a/modules/shepherd/service.scm
+++ b/modules/shepherd/service.scm
@@ -2662,8 +2662,8 @@ where prctl/PR_SET_CHILD_SUBREAPER is unsupported."
         (l10n "\
 This is the help message for the 'root' service of the Shepherd.  The 'root'
 service is used to control the Shepherd itself and it supports several
-actions.  For instance, running 'herd status root' or simply 'herd status'
-returns a summary of each service.
+actions.  For instance, running 'herd status root' shows information about the
+Shepherd, and running 'herd status' returns a summary of each service.
 
 Try 'herd doc root list-actions' to see the list of available actions.
 Run 'info shepherd' to access the user manual.")))



reply via email to

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