mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
19468: capitalize URL abbreviation in completion descriptions
This commit is contained in:
parent
8b8cc745d9
commit
060e8f4eed
16 changed files with 38 additions and 26 deletions
|
|
@ -98,7 +98,7 @@ appletviewer)
|
|||
'-debug[run applet on jdb]' \
|
||||
'-encoding[specify character encoding for source files]:encoding:->encoding' \
|
||||
'-J-[specify java option]:java option:' \
|
||||
'*:url:_urls' && return 0
|
||||
'*:URL:_urls' && return 0
|
||||
;;
|
||||
|
||||
jar)
|
||||
|
|
@ -331,7 +331,7 @@ keytool)
|
|||
|
||||
jarsigner)
|
||||
_arguments \
|
||||
'-keystore[specify url for keystore location]:url for keystore location:' \
|
||||
'-keystore[specify URL for keystore location]:URL for keystore location:' \
|
||||
'-storetype[specify keystore type]:store type:' \
|
||||
'-storepass[specify password for keystore]:password:' \
|
||||
'-keypass[specify password for private key]:password:' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue