mirror of
https://github.com/sharkdp/bat.git
synced 2026-02-08 00:32:08 +00:00
fix: correct position of --quiet-empty in short-help.txt
This commit is contained in:
@@ -23,8 +23,6 @@ Options:
|
|||||||
Specify the name to display for a file.
|
Specify the name to display for a file.
|
||||||
-d, --diff
|
-d, --diff
|
||||||
Only show lines that have been added/removed/modified.
|
Only show lines that have been added/removed/modified.
|
||||||
-E, --quiet-empty
|
|
||||||
Produce no output when the input is empty.
|
|
||||||
--tabs <T>
|
--tabs <T>
|
||||||
Set the tab width to T spaces.
|
Set the tab width to T spaces.
|
||||||
--wrap <mode>
|
--wrap <mode>
|
||||||
@@ -62,6 +60,8 @@ Options:
|
|||||||
Display all supported languages.
|
Display all supported languages.
|
||||||
--completion <SHELL>
|
--completion <SHELL>
|
||||||
Show shell completion for a certain shell. [possible values: bash, fish, zsh, ps1]
|
Show shell completion for a certain shell. [possible values: bash, fish, zsh, ps1]
|
||||||
|
-E, --quiet-empty
|
||||||
|
Produce no output when the input is empty.
|
||||||
-h, --help
|
-h, --help
|
||||||
Print help (see more with '--help')
|
Print help (see more with '--help')
|
||||||
-V, --version
|
-V, --version
|
||||||
|
|||||||
Reference in New Issue
Block a user