diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-01-29 17:16:45 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-01-29 17:16:45 +0000 |
commit | 9f7fc4497a65d71cadaf4105a313f65e8fa1f55b (patch) | |
tree | 9a0d6afd6f5c1b515276e47bb9bc0b1cbcf358c1 /Completion/Linux/Command | |
parent | 4527d0dfff47851fa3e54b2f56797a276190b78e (diff) | |
download | zsh-9f7fc4497a65d71cadaf4105a313f65e8fa1f55b.tar.gz zsh-9f7fc4497a65d71cadaf4105a313f65e8fa1f55b.tar.xz zsh-9f7fc4497a65d71cadaf4105a313f65e8fa1f55b.zip |
Jörg Sommer: 26452: drop completion of modinfo -f.
Diffstat (limited to 'Completion/Linux/Command')
-rw-r--r-- | Completion/Linux/Command/_modutils | 1 |
1 files changed, 0 insertions, 1 deletions
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]' \ |