about summary refs log tree commit diff
path: root/Completion/User/_bison
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/User/_bison')
-rw-r--r--Completion/User/_bison6
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/User/_bison b/Completion/User/_bison
index 2fd5b3827..dc0aa8ea8 100644
--- a/Completion/User/_bison
+++ b/Completion/User/_bison
@@ -1,14 +1,14 @@
 #compdef bison
 
 _arguments -s \
-  '(--file-prefix)-b[specify output file prefix]:output file prefix:' \
+  '(--file-prefix)-b+[specify output file prefix]:output file prefix:' \
   '(--defines)-d[write token definition file]' \
   '(--raw)-r[output bison token numbers]' \
   '(--token-table)-k[output token table]' \
   '(--no-lines)-l[don'"'"'t generate #line directives]' \
   '(--no-parser)-n[don'"'"'t generate parse (only declarations)]' \
-  '(--output-file)-o[specify parser output file name]:parser file name:_files' \
-  '(--name-prefix)-p[change yy prefix]:prefix string:' \
+  '(--output-file)-o+[specify parser output file name]:parser file name:_files' \
+  '(--name-prefix)-p+[change yy prefix]:prefix string:' \
   '(--debug)-t[output YYDEBUG definition]' \
   '(--verbose)-v[verbose mode]' \
   '(--version)-V[show version]' \