civodul pushed a commit to branch devel
in repository shepherd.

commit f52cb21389472f6cf8512456fe2e9aa0a234c5ca
Author: Ludovic Courtès <l...@gnu.org>
AuthorDate: Wed Oct 2 10:59:04 2024 +0200

    herd: Fix typo in ‘--help’ summary.
    
    * modules/shepherd/scripts/herd.scm (main): Remove extra backslash.
---
 modules/shepherd/scripts/herd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/shepherd/scripts/herd.scm 
b/modules/shepherd/scripts/herd.scm
index e42dd7e..9220047 100644
--- a/modules/shepherd/scripts/herd.scm
+++ b/modules/shepherd/scripts/herd.scm
@@ -905,7 +905,7 @@ talking to shepherd"))
           (log-history-size %default-log-history-size))
       (process-args (program-name) args
                     (l10n "ACTION SERVICE [ARG...]")
-                    (l10n "Apply ACTION (start, stop, status, etc.) on \\
+                    (l10n "Apply ACTION (start, stop, status, etc.) on \
 SERVICE with the ARGs.")
                     (lambda (arg)
                       ;; Collect unknown args.

Reply via email to