guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 08/10: service: Localize help message of the 'root' service.


From: Ludovic Courtès
Subject: [shepherd] 08/10: service: Localize help message of the 'root' service.
Date: Thu, 27 Apr 2023 10:16:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository shepherd.

commit 1b0dfa5c8c07e91067c42128f29e2aa389307f7d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Apr 27 14:56:33 2023 +0200

    service: Localize help message of the 'root' service.
    
    * modules/shepherd/service.scm (root-service): Wrap help message in
    'l10n'.
---
 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 19f8385..719d744 100644
--- a/modules/shepherd/service.scm
+++ b/modules/shepherd/service.scm
@@ -2669,14 +2669,14 @@ where prctl/PR_SET_CHILD_SUBREAPER is unsupported."
       (lambda _
         ;; A rudimentary attempt to have 'herd help' return something
         ;; sensible.
-        "\
+        (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.
 
 Try 'herd doc root list-actions' to see the list of available actions.
-Run 'info shepherd' to access the user manual."))
+Run 'info shepherd' to access the user manual.")))
 
      (status
       "Return an s-expression showing information about all the services.



reply via email to

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