diff options
| author | shuangcui <fliter@qq.com> | 2024-03-15 00:07:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-14 23:07:39 +0700 |
| commit | c8ba08581dff43c18c1b0d9e7312ca32e6d97124 (patch) | |
| tree | d51b8ca229e0bb1c67a0dcb9e8638e0e4b82adc9 /plugins/nomad | |
| parent | 6780b19329501b66bc87274928f0a65cc7e5f473 (diff) | |
| download | zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.tar.gz zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.tar.bz2 zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.zip | |
docs: fix typos (#12284)
Diffstat (limited to 'plugins/nomad')
| -rw-r--r-- | plugins/nomad/_nomad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nomad/_nomad b/plugins/nomad/_nomad index 1c935a02e..4c6cb2fcb 100644 --- a/plugins/nomad/_nomad +++ b/plugins/nomad/_nomad @@ -97,7 +97,7 @@ __run() { '-address=[(addr) The address of the Nomad server. Overrides the NOMAD_ADDR environment variable if set. Default = http://127.0.0.1:4646]' \ '-region=[(region) The region of the Nomad servers to forward commands to. Overrides the NOMAD_REGION environment variable if set. Defaults to the Agent s local region.]' \ '-no-color[Disables colored command output.]' \ - '-check-index[If set, the job is only registered or updated if the the passed job modify index matches the server side version. If a check-index value of zero is passed, the job is only registered if it does not yet exist. If a non-zero value is passed, it ensures that the job is being updated from a known state. The use of this flag is most common in conjunction with plan command.]' \ + '-check-index[If set, the job is only registered or updated if the passed job modify index matches the server side version. If a check-index value of zero is passed, the job is only registered if it does not yet exist. If a non-zero value is passed, it ensures that the job is being updated from a known state. The use of this flag is most common in conjunction with plan command.]' \ '-detach[Return immediately instead of entering monitor mode. After job submission, the evaluation ID will be printed to the screen, which can be used to examine the evaluation using the eval-status command.]' \ '-output[Output the JSON that would be submitted to the HTTP API without submitting the job.]' \ '-verbose[Show full information.]' |
