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/ipfs/_ipfs | |
| parent | 6780b19329501b66bc87274928f0a65cc7e5f473 (diff) | |
| download | zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.tar.gz zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.tar.bz2 zsh-c8ba08581dff43c18c1b0d9e7312ca32e6d97124.zip | |
docs: fix typos (#12284)
Diffstat (limited to 'plugins/ipfs/_ipfs')
| -rw-r--r-- | plugins/ipfs/_ipfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ipfs/_ipfs b/plugins/ipfs/_ipfs index 8771bc4ba..5b8b05b98 100644 --- a/plugins/ipfs/_ipfs +++ b/plugins/ipfs/_ipfs @@ -202,7 +202,7 @@ _ipfs_subcommand(){ _arguments \ '--resolve[Check if the given path can be resolved before publishing. Default: true.]' \ '(-t --lifetime)'{-t,--lifetime}'[Time duration that the record will be valid for. Default: 24h.]' \ - '--allow-offline[When offline, save the IPNS record to the the local datastore without broadcasting to the network instead of simply failing.]' \ + '--allow-offline[When offline, save the IPNS record to the local datastore without broadcasting to the network instead of simply failing.]' \ '--ttl[Time duration this record should be cached for. Uses the same syntax as the lifetime option. (caution: experimental).]' \ '(-k --key)'{-k,--key}"[Name of the key to be used or a valid PeerID, as listed by 'ipfs key list -l'. Default: self.]" \ '(-Q --quieter)'{-Q,--quieter}'[Write only final hash.]' \ |
