about summary refs log tree commit diff
path: root/Completion/User/_bison
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-21 12:54:28 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-21 12:54:28 +0000
commitbc182b8c2f269a7f1ef2222a481b07f3488ae5f8 (patch)
treec9456c9443316d7c8f6eee90728e9b5354ce028d /Completion/User/_bison
parent242c5843d7337cf9ce4bb39bed5d825fc0fe0411 (diff)
downloadzsh-bc182b8c2f269a7f1ef2222a481b07f3488ae5f8.tar.gz
zsh-bc182b8c2f269a7f1ef2222a481b07f3488ae5f8.tar.xz
zsh-bc182b8c2f269a7f1ef2222a481b07f3488ae5f8.zip
zsh-workers/8360
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]' \