zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: rcctl completion fix
@ 2017-08-17 15:56 Oliver Kiddle
  0 siblings, 0 replies; only message in thread
From: Oliver Kiddle @ 2017-08-17 15:56 UTC (permalink / raw)
  To: Zsh workers

One word in the rcctl completion is, er faulty.

Oliver

diff --git a/Completion/BSD/Command/_rcctl b/Completion/BSD/Command/_rcctl
index 0a030f486..62cb8f634 100644
--- a/Completion/BSD/Command/_rcctl
+++ b/Completion/BSD/Command/_rcctl
@@ -23,7 +23,7 @@ case $service in
       ':variable:compadd -a variables'
     ;;
   ls)
-     _arguments ':display a list of services and daemons matching:(all faulty off on started stopped)'
+     _arguments ':display a list of services and daemons matching:(all failed off on started stopped)'
     ;;
   order)
     _arguments \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-17 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-17 15:56 PATCH: rcctl completion fix Oliver Kiddle

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).