From 7c50da839400de11576231e82c5014f5b467a241 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 29 Mar 2013 09:46:18 +0000 Subject: 31182: _awk: Allow sticked arguments --- Completion/Unix/Command/_awk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Unix/Command/_awk') diff --git a/Completion/Unix/Command/_awk b/Completion/Unix/Command/_awk index da748e9be..c493c3b04 100644 --- a/Completion/Unix/Command/_awk +++ b/Completion/Unix/Command/_awk @@ -14,8 +14,8 @@ # Fixing this is beyond my current _arguments expertise--help # appreciated. -_arguments -S -s '-F[define input field separator to be an extended regular expression]:extended regular expression:' \ - '*-v[assign values to variables]:assignment:' \ - '(1)-f[program file]:program file:_files' \ +_arguments -S -s '-F+[define input field separator to be an extended regular expression]:extended regular expression:' \ + '*-v+[assign values to variables]:assignment:' \ + '(1)-f+[program file]:program file:_files' \ '1:program text:' \ '*:input files:_files' -- cgit 1.4.1