about summary refs log tree commit diff
path: root/Completion/BSD/Command/_rcctl
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command/_rcctl')
-rw-r--r--Completion/BSD/Command/_rcctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_rcctl b/Completion/BSD/Command/_rcctl
index 98e4f9846..457c3eb85 100644
--- a/Completion/BSD/Command/_rcctl
+++ b/Completion/BSD/Command/_rcctl
@@ -46,6 +46,6 @@ case $service in
       '*:argument:'
     ;;
   ${(~j:|:)actions}|disable|enable)
-    _arguments "*:service to $words[2]:_services"
+    _arguments "*:service to ${words[2]}:_services"
     ;;
 esac