summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreinfachIrgendwer0815 <85333734+einfachIrgendwer0815@users.noreply.github.com>2023-09-10 13:38:26 +0200
committereinfachIrgendwer0815 <85333734+einfachIrgendwer0815@users.noreply.github.com>2024-02-24 13:51:43 +0100
commit13204c46e2334b823d265a45c0dd6006c912f1ef (patch)
treeabac4d87a1c3ec19a7bff02c241e60808a3d34fe
parent9bb0271e7d800dab61556effa5a5ea92681e56be (diff)
Update short-help/long-help
-rw-r--r--doc/long-help.txt6
-rw-r--r--doc/short-help.txt4
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/long-help.txt b/doc/long-help.txt
index 1aae60d8..1044bee9 100644
--- a/doc/long-help.txt
+++ b/doc/long-help.txt
@@ -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
diff --git a/doc/short-help.txt b/doc/short-help.txt
index 118dbce2..3f19b94d 100644
--- a/doc/short-help.txt
+++ b/doc/short-help.txt
@@ -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).