From fa66d8e3efaa0760ab1a2800471659c6e19c769b Mon Sep 17 00:00:00 2001 From: dddffgg Date: Sun, 1 Feb 2026 11:48:10 +0800 Subject: [PATCH] fix: correct position of --quiet-empty in long-help.txt --- doc/long-help.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/long-help.txt b/doc/long-help.txt index 023fa593..994a3810 100644 --- a/doc/long-help.txt +++ b/doc/long-help.txt @@ -57,10 +57,6 @@ Options: --diff-context Include N lines of context around added/removed/modified lines when using '--diff'. - -E, --quiet-empty - When this flag is set, bat will produce no output at all when the input is empty. This is - useful when piping commands that may produce empty output, like 'git diff'. - --tabs Set the tab width to T spaces. Use a width of 0 to pass tabs through directly @@ -216,6 +212,10 @@ Options: --diagnostic Show diagnostic information for bug reports. + -E, --quiet-empty + When this flag is set, bat will produce no output at all when the input is empty. This is + useful when piping commands that may produce empty output, like 'git diff'. + --acknowledgements Show acknowledgements.