summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2009-01-29 17:16:45 +0000
committerClint Adams <clint@users.sourceforge.net>2009-01-29 17:16:45 +0000
commit9f7fc4497a65d71cadaf4105a313f65e8fa1f55b (patch)
tree9a0d6afd6f5c1b515276e47bb9bc0b1cbcf358c1
parent4527d0dfff47851fa3e54b2f56797a276190b78e (diff)
downloadzsh-9f7fc4497a65d71cadaf4105a313f65e8fa1f55b.tar.gz
zsh-9f7fc4497a65d71cadaf4105a313f65e8fa1f55b.zip
Jörg Sommer: 26452: drop completion of modinfo -f.
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Linux/Command/_modutils1
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 71d3f4e6b..3ca7c6057 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
* Jörg Sommer: 26451: Completion/Linux/Command/_modutils: use
globbing to find available modules, now that modprobe -l is
deprecated.
+ * Jörg Sommer: 26452: Completion/Linux/Command/_modutils: drop
+ completion of modinfo -f.
2009-01-29 Peter Stephenson <pws@csr.com>
@@ -11041,5 +11043,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4534 $
+* $Revision: 1.4535 $
*****************************************************
diff --git a/Completion/Linux/Command/_modutils b/Completion/Linux/Command/_modutils
index 828926dfb..3213524d7 100644
--- a/Completion/Linux/Command/_modutils
+++ b/Completion/Linux/Command/_modutils
@@ -14,7 +14,6 @@ case "$service" in
_arguments -s -C "$args[@]" \
'(-)'{-a,--author}"[display the module's author]" \
'(-)'{-d,--description}"[display the module's description]" \
- '(-)'{-f+,--format}'[display module info in specified format]' \
'(-)'{-l,--license}"[display the module's license]" \
'(-)'{-n,--filename}"[display the module's filename]" \
'(-)'{-p,--parameters}'[display the typed parameters that a module may support]' \