about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2022-04-01 00:16:10 -0500
committerMatthew Martin <phy1729@gmail.com>2022-04-01 00:16:10 -0500
commit4ee64f13cee553b6e5a7712953e16aafc78d8839 (patch)
treedef064030a9bb53719b0b0fd5b9459e03c41262e /Completion
parent6152200c9b942d204be8740d84f076508e066ac3 (diff)
downloadzsh-4ee64f13cee553b6e5a7712953e16aafc78d8839.tar.gz
zsh-4ee64f13cee553b6e5a7712953e16aafc78d8839.tar.xz
zsh-4ee64f13cee553b6e5a7712953e16aafc78d8839.zip
unposted: Fix typo
Diffstat (limited to 'Completion')
-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 44ba0f28b..6cfebf420 100644
--- a/Completion/BSD/Command/_rcctl
+++ b/Completion/BSD/Command/_rcctl
@@ -36,7 +36,7 @@ case $service in
     ;;
   order)
     _arguments \
-      ':service to start first:_services'
+      ':service to start first:_services' \
       '*:service to start next:_services'
     ;;
   set)