mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-21 00:01:26 +01:00
Jörg Sommer: 26452: drop completion of modinfo -f.
This commit is contained in:
parent
4527d0dfff
commit
9f7fc4497a
2 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,8 @@
|
||||||
* Jörg Sommer: 26451: Completion/Linux/Command/_modutils: use
|
* Jörg Sommer: 26451: Completion/Linux/Command/_modutils: use
|
||||||
globbing to find available modules, now that modprobe -l is
|
globbing to find available modules, now that modprobe -l is
|
||||||
deprecated.
|
deprecated.
|
||||||
|
* Jörg Sommer: 26452: Completion/Linux/Command/_modutils: drop
|
||||||
|
completion of modinfo -f.
|
||||||
|
|
||||||
2009-01-29 Peter Stephenson <pws@csr.com>
|
2009-01-29 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
@ -11041,5 +11043,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.4534 $
|
* $Revision: 1.4535 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -14,7 +14,6 @@ case "$service" in
|
||||||
_arguments -s -C "$args[@]" \
|
_arguments -s -C "$args[@]" \
|
||||||
'(-)'{-a,--author}"[display the module's author]" \
|
'(-)'{-a,--author}"[display the module's author]" \
|
||||||
'(-)'{-d,--description}"[display the module's description]" \
|
'(-)'{-d,--description}"[display the module's description]" \
|
||||||
'(-)'{-f+,--format}'[display module info in specified format]' \
|
|
||||||
'(-)'{-l,--license}"[display the module's license]" \
|
'(-)'{-l,--license}"[display the module's license]" \
|
||||||
'(-)'{-n,--filename}"[display the module's filename]" \
|
'(-)'{-n,--filename}"[display the module's filename]" \
|
||||||
'(-)'{-p,--parameters}'[display the typed parameters that a module may support]' \
|
'(-)'{-p,--parameters}'[display the typed parameters that a module may support]' \
|
||||||
|
|
Loading…
Reference in a new issue