Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 1/3] modinfo: remove invalid option -f
- X-seq: zsh-workers 26452
- From: JÃrg Sommer <joerg@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: [PATCH 1/3] modinfo: remove invalid option -f
- Date: Mon, 26 Jan 2009 22:10:46 +0100
- Cc: JÃrg Sommer <joerg@xxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=gnuu.de; s=banki; t=1233004622; i=@xxxxxxxxxxxx; bh=hWWgc7Kjcr3tY5bZXWb968WNl25YePp8u Vok4BJZD18=; h=From:To:Cc:Subject:Date:Message-Id; b=asOjtkvY2RKohe CZXZfGUmqp53AiIUPMwWsGiIdq8H7/vUtxytp08Zd2sTWrnOWD4sQPYQlYTabHr8NZH yz+meSCXm7zc4ldo0cTpMa0d4V+ZerqiL7tBXWovJ1xEogQrhk8c5Du1XGhiXo/lKi3 IOJIqIFsnFpCd1I8KsHotCc=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author