summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_java
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_java')
-rw-r--r--Completion/Unix/Command/_java4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_java b/Completion/Unix/Command/_java
index 2aef15a25..7a1224677 100644
--- a/Completion/Unix/Command/_java
+++ b/Completion/Unix/Command/_java
@@ -71,7 +71,7 @@ java)
'-verbose\:gc[print gc information]' \
'-verbose\:jni[print JNI information]' \
'(- 1)-version[print version]' \
- '-showversion[print version and contrinue]' \
+ '-showversion[print version and continue]' \
'(- 1)-'{\?,help}'[print help message]' \
'(- 1)-X-[non-standard java option]:option' \
'(- 1)-jar[specify a program encapsulated as jar]:jar:_files -g \*.jar\(-.\)' \
@@ -578,7 +578,7 @@ encoding)
;;
property)
- if compset -P '*='; then
+ if compset -P 1 '*='; then
_default && return
else
_message -e property-names 'property name'