civodul pushed a commit to branch master
in repository shepherd.

commit 40447944d12923826302fbea3bd3fe2a620507bc
Author: Ludovic Courtès <[email protected]>
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