1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 00:32:08 +00:00

fix: correct position of --quiet-empty in long-help.txt

This commit is contained in:
dddffgg
2026-02-01 11:48:10 +08:00
parent cb83b8fb9a
commit fa66d8e3ef

View File

@@ -57,10 +57,6 @@ Options:
--diff-context <N> --diff-context <N>
Include N lines of context around added/removed/modified lines when using '--diff'. 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 <T> --tabs <T>
Set the tab width to T spaces. Use a width of 0 to pass tabs through directly Set the tab width to T spaces. Use a width of 0 to pass tabs through directly
@@ -216,6 +212,10 @@ Options:
--diagnostic --diagnostic
Show diagnostic information for bug reports. 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 --acknowledgements
Show acknowledgements. Show acknowledgements.