Update short-help/long-help

This commit is contained in:
einfachIrgendwer0815 2023-09-10 13:38:26 +02:00
parent 9bb0271e7d
commit 13204c46e2
No known key found for this signature in database
GPG Key ID: 58D55E5F117DA873
2 changed files with 10 additions and 0 deletions

View File

@ -116,6 +116,12 @@ Options:
--list-themes
Display a list of supported themes for syntax highlighting.
-s, --squeeze
Squeeze consecutive empty lines into a single empty line.
--squeeze-limit <squeeze-limit>
Set the maximum number of consecutive empty lines to be printed.
--style <components>
Configure which elements (line numbers, file headers, grid borders, Git modifications, ..)
to display in addition to the file contents. The argument is a comma-separated list of

View File

@ -43,6 +43,10 @@ Options:
Set the color theme for syntax highlighting.
--list-themes
Display all supported highlighting themes.
-s, --squeeze
Squeeze consecutive empty lines.
--squeeze-limit <squeeze-limit>
The maximum number of consecutive empty lines.
--style <components>
Comma-separated list of style elements to display (*default*, auto, full, plain, changes,
header, header-filename, header-filesize, grid, rule, numbers, snip).