summary refs log tree commit diff
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
parent6152200c9b942d204be8740d84f076508e066ac3 (diff)
downloadzsh-4ee64f13cee553b6e5a7712953e16aafc78d8839.tar.gz
zsh-4ee64f13cee553b6e5a7712953e16aafc78d8839.tar.xz
zsh-4ee64f13cee553b6e5a7712953e16aafc78d8839.zip
unposted: Fix typo
-rw-r--r--ChangeLog2
-rw-r--r--Completion/BSD/Command/_rcctl2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6afe34962..bf82c4913 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2022-03-31  Matthew Martin  <phy1729@gmail.com>
 
+	* unposted: Completion/BSD/Command/_rcctl: Fix typo.
+
 	* github #88: elig0n: Doc/Zsh/func.yo: Fix typo.
 
 	* 49933: Doc/Zsh/mod_system.yo, Src/Modules/system.c: Add
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)