From 38b8cdbcdfa217ad7e358c8d145a58bce08f2251 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 7 Oct 2008 07:41:43 +0000 Subject: 25820: add the option --field of modinfo. --- Completion/Linux/Command/_modutils | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion/Linux') diff --git a/Completion/Linux/Command/_modutils b/Completion/Linux/Command/_modutils index e03b47184..2ba43a722 100644 --- a/Completion/Linux/Command/_modutils +++ b/Completion/Linux/Command/_modutils @@ -18,6 +18,8 @@ case "$service" in '(-)'{-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]' \ + '(-)'{-F,--field}"[display only selected module's information]:module_field:( + alias author depends description filename license parm)" \ '1:module file:->all_modules' && ret=0 ;; -- cgit 1.4.1