diff options
author | Matthew Martin <phy1729@gmail.com> | 2022-04-01 00:16:10 -0500 |
---|---|---|
committer | Matthew Martin <phy1729@gmail.com> | 2022-04-01 00:16:10 -0500 |
commit | 4ee64f13cee553b6e5a7712953e16aafc78d8839 (patch) | |
tree | def064030a9bb53719b0b0fd5b9459e03c41262e /Completion/BSD | |
parent | 6152200c9b942d204be8740d84f076508e066ac3 (diff) | |
download | zsh-4ee64f13cee553b6e5a7712953e16aafc78d8839.tar.gz zsh-4ee64f13cee553b6e5a7712953e16aafc78d8839.tar.xz zsh-4ee64f13cee553b6e5a7712953e16aafc78d8839.zip |
unposted: Fix typo
Diffstat (limited to 'Completion/BSD')
-rw-r--r-- | Completion/BSD/Command/_rcctl | 2 |
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) |