srm: allow more than one option per word.

This commit is contained in:
Sorin Ionescu 2011-09-29 20:27:46 -04:00
parent 25d352c9d0
commit 959a68ceaf
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 local curcontext=$curcontext state line ret=1
declare -A opt_args declare -A opt_args
_arguments -C $opts \ _arguments -s -S -C $opts \
$args && ret=0 $args && ret=0
case $state in case $state in