Merge pull request #61 from sorin-ionescu/srm

srm: allow more than one option per word.
This commit is contained in:
Julien Nicoulaud 2011-09-29 23:12:18 -07:00
commit defb020ce1
1 changed files with 1 additions and 1 deletions

2
_srm
View File

@ -45,7 +45,7 @@ fi
local curcontext=$curcontext state line ret=1
declare -A opt_args
_arguments -C $opts \
_arguments -s -S -C $opts \
$args && ret=0
case $state in