mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-12 01:11:27 +02:00
unposted: Fix typo
This commit is contained in:
parent
6152200c9b
commit
4ee64f13ce
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2022-03-31 Matthew Martin <phy1729@gmail.com>
|
2022-03-31 Matthew Martin <phy1729@gmail.com>
|
||||||
|
|
||||||
|
* unposted: Completion/BSD/Command/_rcctl: Fix typo.
|
||||||
|
|
||||||
* github #88: elig0n: Doc/Zsh/func.yo: Fix typo.
|
* github #88: elig0n: Doc/Zsh/func.yo: Fix typo.
|
||||||
|
|
||||||
* 49933: Doc/Zsh/mod_system.yo, Src/Modules/system.c: Add
|
* 49933: Doc/Zsh/mod_system.yo, Src/Modules/system.c: Add
|
||||||
|
|
|
@ -36,7 +36,7 @@ case $service in
|
||||||
;;
|
;;
|
||||||
order)
|
order)
|
||||||
_arguments \
|
_arguments \
|
||||||
':service to start first:_services'
|
':service to start first:_services' \
|
||||||
'*:service to start next:_services'
|
'*:service to start next:_services'
|
||||||
;;
|
;;
|
||||||
set)
|
set)
|
||||||
|
|
Loading…
Reference in a new issue