summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMehrad Mahmoudian <m.mahmoudian@gmail.com>2020-08-03 14:15:00 +0300
committerDavid Peter <sharkdp@users.noreply.github.com>2020-08-03 17:48:16 +0200
commitfebe335831ae804bb5cc8be755782cf5344649ed (patch)
treefab2161b0c12fcd263d2d127209add321a5341f8
parentcbe68ba84c0291598d9060a73fa2d60549b4a85e (diff)
Clarified which pager is used in docs
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ef0d68e2..d6da34b0 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ characters:
### Automatic paging
-`bat` can pipe its own output to `less` if the output is too large for one screen.
+`bat` can pipe its own output to the defult pager (e.g `less`) if the output is too large for one screen.
### File concatenation