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 + Set the maximum number of consecutive empty lines to be printed. + --style 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 + The maximum number of consecutive empty lines. --style Comma-separated list of style elements to display (*default*, auto, full, plain, changes, header, header-filename, header-filesize, grid, rule, numbers, snip).