[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 02/03: herd: Remove more trailing periods in status output.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 02/03: herd: Remove more trailing periods in status output. |
Date: |
Thu, 26 Sep 2024 09:23:29 -0400 (EDT) |
civodul pushed a commit to branch devel
in repository shepherd.
commit c2abe4377020a7bd5a393666379786716e499f8f
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Sep 24 09:19:47 2024 +0200
herd: Remove more trailing periods in status output.
This is a followup to fa9a2630ee258da32eaebe2e108a9cfdfdf5d80d.
* modules/shepherd/scripts/herd.scm (display-service-status): Remove
trailing periods.
---
modules/shepherd/scripts/herd.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/shepherd/scripts/herd.scm
b/modules/shepherd/scripts/herd.scm
index ab7c6f3..e42dd7e 100644
--- a/modules/shepherd/scripts/herd.scm
+++ b/modules/shepherd/scripts/herd.scm
@@ -455,10 +455,10 @@ calendar event."
(match (or (sexp->command action) action)
((? command? command)
(if (command-user command)
- (format #t (l10n " Periodically running as ~s: ~a.~%")
+ (format #t (l10n " Periodically running as ~s: ~a~%")
(command-user command)
(shell-quoted-command (command-arguments command)))
- (format #t (l10n " Periodically running: ~a.~%")
+ (format #t (l10n " Periodically running: ~a~%")
(shell-quoted-command (command-arguments command))))
(when (pair? processes)
(format #t (highlight (l10n " Child process:~{ ~a~}~%"