From 535ea4a1a5d40397ff328d49a7cef85f72326807 Mon Sep 17 00:00:00 2001 From: Yuriy Artemyev Date: Fri, 27 Nov 2020 16:38:23 +0300 Subject: [PATCH] Fix typo in zsh completion --- auto-completion/zsh/_buku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-completion/zsh/_buku b/auto-completion/zsh/_buku index 5ca21d9..3fec1be 100644 --- a/auto-completion/zsh/_buku +++ b/auto-completion/zsh/_buku @@ -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]'