about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2022-12-27 11:31:51 +0900
committerOliver Kiddle <opk@zsh.org>2022-12-31 14:16:18 +0100
commit92316b70ff467c60551e75fcb9da5131d024d019 (patch)
tree84c872a9c347a7dddac704b741d7ab11942474ac /Completion
parent7b50d620804ad457e77ea05e2e8d41d708b618f3 (diff)
downloadzsh-92316b70ff467c60551e75fcb9da5131d024d019.tar.gz
zsh-92316b70ff467c60551e75fcb9da5131d024d019.tar.xz
zsh-92316b70ff467c60551e75fcb9da5131d024d019.zip
51255: Update erb completion for version 4.0.2
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_ruby5
1 files changed, 3 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_ruby b/Completion/Unix/Command/_ruby
index 8b1c0bf41..314307ebb 100644
--- a/Completion/Unix/Command/_ruby
+++ b/Completion/Unix/Command/_ruby
@@ -100,8 +100,9 @@ erb=(
   "-P[don't evaluate lines which start with %]"
   '-T[specify trim mode]:mode [0]:((0\:EOL\ remains 1\:EOL\ removed\ if\ line\ ends\ with\ %\> 2\:EOL\ removed\ if\ line\ starts\ with\ \<%\ and\ ends\ with\ %\> -\:EOL\ is\ removed\ if\ line\ ends\ with\ -%\>,\ leading\ whitespace\ removed\ after\ \<%-))'
   '(-d --debug)'{-d,--debug}'[set debugging flags (set $DEBUG to true)]'
-  '-n[used with -x, prepends line number to output]'
-  '-x[convert eRuby to Ruby]'
+  '-n[print ruby script with line number]'
+  '-x[print ruby script]'
+  '-v[enable verbose mode]'
 )
 
 case "$service" in