From eb86b42f304ec29a885a047ef5c681ec2ab40d1d Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 20 Jul 2005 12:45:14 +0000 Subject: unposted: add -s option to _arguments call in _rake --- ChangeLog | 4 ++++ Completion/Unix/Command/_rake | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 55ad5eea5..022f174ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-20 Doug Kearns + + * unposted: Completion/Unix/Command/_rake: add -s option to _arguments + 2005-07-19 Wayne Davison * unposted: Etc/FAQ.yo: revert erroneous 3.0 -> 4.3.0 change. diff --git a/Completion/Unix/Command/_rake b/Completion/Unix/Command/_rake index 2bd927f92..e14458a9c 100644 --- a/Completion/Unix/Command/_rake +++ b/Completion/Unix/Command/_rake @@ -5,7 +5,7 @@ local curcontext="$curcontext" state line ret=1 typeset -A opt_args -_arguments -C -S \ +_arguments -C -s -S \ '(--dry-run -n)'{--dry-run,-n}'[do a dry run without executing actions]' \ '(- *)'{--help,-H}'[display help information]' \ \*{--libdir,-I}'[include specified directory in the search path for required modules]:library directory:_files -/' \ -- cgit v1.2.3