From 7276d04934192c0a9e32617f0c8c42d166dbdb52 Mon Sep 17 00:00:00 2001 From: Fabian Klotzl Date: Thu, 9 Mar 2017 20:27:41 -0800 Subject: 40808: fix typos where (x,y) should have been (x y) in _arguments syntax --- Completion/Unix/Command/_java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_java') 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]' \ -- cgit 1.4.1