1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

unposted: Fix typo

This commit is contained in:
Matthew Martin 2022-04-01 00:16:10 -05:00
parent 6152200c9b
commit 4ee64f13ce
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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)