mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-18 00:51:07 +02:00
Fix typo breaking kld completion
This commit is contained in:
parent
5aec3f9742
commit
4850116554
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2017-03-30 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* Dag-Erling Smørgrav: 40915: Completion/BSD/Command/_kld: fix
|
||||
breakage.
|
||||
|
||||
* Sebastian: 40909: Test/D04parameter.ztst: stress test for
|
||||
parameter substitution.
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ _kld() {
|
|||
case "$service" in
|
||||
kldload)
|
||||
_arguments -s -S -A "-*" \
|
||||
"-n[don't try to load module if already loaded]"
|
||||
"-n[don't try to load module if already loaded]" \
|
||||
'-v[be verbose]' \
|
||||
'-q[silence any extraneous warnings]' \
|
||||
'*:module to load:_kld_module'
|
||||
|
|
Loading…
Reference in a new issue