about summary refs log tree commit diff
path: root/Completion/Unix/Command/_java
diff options
context:
space:
mode:
authorFabian Klotzl <fabian@kloetzl.info>2017-03-09 20:27:41 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2017-03-09 20:29:27 -0800
commit7276d04934192c0a9e32617f0c8c42d166dbdb52 (patch)
treee09980eb22a309a3d3a0dd23f40898311f83e469 /Completion/Unix/Command/_java
parent9f498643228df057f6e80babba6f9a064cb12df3 (diff)
downloadzsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.gz
zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.tar.xz
zsh-7276d04934192c0a9e32617f0c8c42d166dbdb52.zip
40808: fix typos where (x,y) should have been (x y) in _arguments syntax
Diffstat (limited to 'Completion/Unix/Command/_java')
-rw-r--r--Completion/Unix/Command/_java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_java b/Completion/Unix/Command/_java
index 7a1224677..30231c5ee 100644
--- a/Completion/Unix/Command/_java
+++ b/Completion/Unix/Command/_java
@@ -65,7 +65,7 @@ java)
     '-D-[specify a property]:property:->property' \
     \*{-enableassertions,-ea}-::class \
     \*{-disableassertions,-da}-::class \
-    '(-enablesystemassertions,-esa,-disablesystemassertions,-dsa)'{-enablesystemassertions,-esa,-disablesystemassertions,-dsa} \
+    '(-enablesystemassertions -esa -disablesystemassertions -dsa)'{-enablesystemassertions,-esa,-disablesystemassertions,-dsa} \
     '(-verbose:class)-verbose[print class information]' \
     '(-verbose)-verbose\:class[print class information]' \
     '-verbose\:gc[print gc information]' \