guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 02/04: service: ‘doc’ action suggests ‘herd help’.


From: Ludovic Courtès
Subject: [shepherd] 02/04: service: ‘doc’ action suggests ‘herd help’.
Date: Sun, 19 Nov 2023 17:37:21 -0500 (EST)

civodul pushed a commit to branch master
in repository shepherd.

commit 40447944d12923826302fbea3bd3fe2a620507bc
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Nov 19 18:18:28 2023 +0100

    service: ‘doc’ action suggests ‘herd help’.
    
    * modules/shepherd/service.scm (display-service-documentation): Suggest
    ‘herd help’ in error message.
---
 modules/shepherd/service.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/shepherd/service.scm b/modules/shepherd/service.scm
index 68553d4..039d155 100644
--- a/modules/shepherd/service.scm
+++ b/modules/shepherd/service.scm
@@ -1037,7 +1037,7 @@ the action."
                     (action-list service)))
       (else
        ;; FIXME: Implement doc-help.
-       (local-output (l10n "Unknown keyword.  Try 'doc root help'."))))))
+       (local-output (l10n "Unknown keyword.  Try 'herd help'."))))))
 
 (define-record-type-serializer (service->sexp (service <service>))
   "Return a representation of SERVICE as an sexp meant to be consumed by



reply via email to

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