Fix typo in zsh completion

This commit is contained in:
Yuriy Artemyev 2020-11-27 16:38:23 +03:00
parent 9b0ae3bde0
commit 535ea4a1a5

View File

@ -34,7 +34,7 @@ args=(
'(-r --sreg)'{-r,--sreg}'[match a regular exression]:regex'
'(--replace)--replace[replace a tag]:tag to replace'
'(-s --sany)'{-s,--sany}'[match any keyword]:keyword(s)'
'(-s --sall)'{-s,--sall}'[match all keywords]:keyword(s)'
'(-S --sall)'{-S,--sall}'[match all keywords]:keyword(s)'
'(--shorten)--shorten[shorten a URL using tny.im]:index/url'
'(--suggest)--suggest[show a list of similar tags]'
'(-t --stag)'{-t,--stag}'[search by tag or show tags]'