From 959a68ceaf39e962eb649a60b0362833b82dad5e Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Thu, 29 Sep 2011 20:27:46 -0400 Subject: [PATCH] srm: allow more than one option per word. --- _srm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_srm b/_srm index e957968..d4b762d 100644 --- a/_srm +++ b/_srm @@ -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