diff options
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/shepherd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/shepherd.el b/elisp/shepherd.el index 3899b92..1141d31 100644 --- a/elisp/shepherd.el +++ b/elisp/shepherd.el @@ -51,7 +51,7 @@ "Manage shepherd services." (interactive) (helm - :prompt "Shepherd service:" + :prompt "Shepherd service: " :sources (helm-build-sync-source "Services" :candidates (cl-loop for it in (shepherd-services) |