zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH 1/3] modinfo: remove invalid option -f
@ 2009-01-26 21:10 Jörg Sommer
  2009-01-26 21:10 ` [PATCH 2/3] Replace obsolate modprobe -l by file search Jörg Sommer
  2009-01-27  4:06 ` [PATCH 1/3] modinfo: remove invalid option -f Andrey Borzenkov
  0 siblings, 2 replies; 5+ messages in thread
From: Jörg Sommer @ 2009-01-26 21:10 UTC (permalink / raw)
  To: zsh-workers; +Cc: Jörg Sommer

Current versions of modinfo do not support this option:

% modinfo -f
modinfo: invalid option -- f
% modinfo --version
module-init-tools version 3.4
---
 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 40399ab..db419ac 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]' \
-- 
1.6.0.6


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-01-29 21:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-26 21:10 [PATCH 1/3] modinfo: remove invalid option -f Jörg Sommer
2009-01-26 21:10 ` [PATCH 2/3] Replace obsolate modprobe -l by file search Jörg Sommer
2009-01-26 21:10   ` [PATCH 3/3] modinfo: Add option -k for different kernel version Jörg Sommer
2009-01-27  4:06 ` [PATCH 1/3] modinfo: remove invalid option -f Andrey Borzenkov
2009-01-29 17:56   ` Jörg Sommer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).