summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOliver looney <oliverjlooney@gmail.com>2024-01-27 14:23:24 +0000
committerOliver looney <oliverjlooney@gmail.com>2024-01-27 14:23:24 +0000
commitc91182977159cfec891e4fb0be2a681bd33dcdba (patch)
treefe0e41a9e612d9679221196c6228696135270b40 /doc
parentb33e33fe260f44074f4bcac21a0798530b377228 (diff)
fixed failing tests
Diffstat (limited to 'doc')
-rw-r--r--doc/long-help.txt3
-rw-r--r--doc/short-help.txt2
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/long-help.txt b/doc/long-help.txt
index 247120fb..cb43e520 100644
--- a/doc/long-help.txt
+++ b/doc/long-help.txt
@@ -50,6 +50,9 @@ Options:
--diff-context <N>
Include N lines of context around added/removed/modified lines when using '--diff'.
+ --set_terminal_title
+ Sets terminal title to filenames when using a pager.
+
--tabs <T>
Set the tab width to T spaces. Use a width of 0 to pass tabs through directly
diff --git a/doc/short-help.txt b/doc/short-help.txt
index 118dbce2..2318fa58 100644
--- a/doc/short-help.txt
+++ b/doc/short-help.txt
@@ -21,6 +21,8 @@ Options:
Specify the name to display for a file.
-d, --diff
Only show lines that have been added/removed/modified.
+ --set_terminal_title
+ Sets terminal title when using a pager
--tabs <T>
Set the tab width to T spaces.
--wrap <mode>