diff options
| author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2021-11-12 23:56:34 +0200 |
|---|---|---|
| committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2021-11-12 23:56:34 +0200 |
| commit | 0fd25cda7a31205bbee090d58752c323541c19b8 (patch) | |
| tree | 035dfb21a6b9ca3508516f343be485171171a392 /src/_jonas | |
| parent | Merge pull request #819 from turboBasic/master (diff) | |
| download | zsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.tar zsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.tar.gz zsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.tar.bz2 zsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.tar.lz zsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.tar.xz zsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.tar.zst zsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.zip | |
Fix typos
Diffstat (limited to 'src/_jonas')
| -rw-r--r-- | src/_jonas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ case "$state" in '-username[set the username when authentication is required]: :_users' \ '-password[set the password when authentication is required]:password' \ '-registry[set the registry URL]: :_urls' \ - '-protocol[set the protocol name]:protocol:((jrmp\:JRE\ implementation\ of\ RMI\ on\ the\ JRMP\ protocol\ \(default\) iiop\:JacORB\ implementation\ of\ RMI\ over\ the\ IIOP\ protocol irmi\:Oracle\ JRE\ independant\ implementation\ of\ RMI))' \ + '-protocol[set the protocol name]:protocol:((jrmp\:JRE\ implementation\ of\ RMI\ on\ the\ JRMP\ protocol\ \(default\) iiop\:JacORB\ implementation\ of\ RMI\ over\ the\ IIOP\ protocol irmi\:Oracle\ JRE\ independent\ implementation\ of\ RMI))' \ '-a[deploy an application from a given filepath on the current server, or on another target in the domain if the current server is a master]:Java application archive:_files -g "*.(j|w|r|e)ar"' \ '-r[undeploy a previously deployed application from the current server or from the specified target if the current server is a master]:Java application archive:_files -g "*.(j|w|r|e)ar"' \ '-gc[run the garbage collector on the current JOnAS server]' \ |
