summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Hall <keith-hall@users.noreply.github.com>2024-11-13 22:19:09 +0200
committerGitHub <noreply@github.com>2024-11-13 22:19:09 +0200
commit822eff60282245e11f0a89845a04226c5a848965 (patch)
tree8fc078798b96e86273fed92989165c0a694e5169
parent9bed8adb16fee21a1fe2a9bd0998d1afb6d53643 (diff)
parentda4defad0713ca039f238e41c1fb750946e2fbdc (diff)
Merge pull request #3063 from volklord/master
bat.zsh.in: Remove duplicate word
-rw-r--r--assets/completions/bat.zsh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/completions/bat.zsh.in b/assets/completions/bat.zsh.in
index 76b981b6..dfe1e1b9 100644
--- a/assets/completions/bat.zsh.in
+++ b/assets/completions/bat.zsh.in
@@ -26,7 +26,7 @@ _{{PROJECT_EXECUTABLE}}_main() {
args=(
'(-A --show-all)'{-A,--show-all}'[show non-printable characters (space, tab, newline, ..)]'
--nonprintable-notation='[specify how to display non-printable characters when using --show-all]:notation:(caret unicode)'
- \*{-p,--plain}'[show plain style (alias for `--style=plain`), repeat twice to disable disable automatic paging (alias for `--paging=never`)]'
+ \*{-p,--plain}'[show plain style (alias for `--style=plain`), repeat twice to disable automatic paging (alias for `--paging=never`)]'
'(-l --language)'{-l+,--language=}'[set the language for syntax highlighting]:language:->languages'
\*{-H+,--highlight-line=}'[highlight specified block of lines]:start\:end'
\*--file-name='[specify the name to display for a file]:name:_files'