From 8b0886ac3249a64d200eb71c76749b5464f7cea6 Mon Sep 17 00:00:00 2001 From: Kienyew Date: Fri, 4 Sep 2020 18:53:26 +0800 Subject: [PATCH] Fix typo --- assets/completions/bat.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/completions/bat.zsh b/assets/completions/bat.zsh index ecfb5ba2..592463f9 100644 --- a/assets/completions/bat.zsh +++ b/assets/completions/bat.zsh @@ -11,7 +11,7 @@ _cache_subcommand() { '(-b --build -c --clear)'{-c,--clear}'[Remove the cached syntax definitions and themes]' '(--source)'--source='[Use a different directory to load syntaxes and themes from]:directory:_files -/' '(--target)'--target='[Use a different directory to store the cached syntax and theme set]:directory:_files -/' - '(--blank)'--blank'[Create completely new syntax and theme sets)]' + '(--blank)'--blank'[Create completely new syntax and theme sets]' '(: -)'{-h,--help}'[Prints help information]' '*: :' )