about summary refs log tree commit diff
path: root/Completion/Unix/Command/_awk
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_awk')
-rw-r--r--Completion/Unix/Command/_awk6
1 files changed, 3 insertions, 3 deletions
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'