summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]' \