From febe335831ae804bb5cc8be755782cf5344649ed Mon Sep 17 00:00:00 2001 From: Mehrad Mahmoudian Date: Mon, 3 Aug 2020 14:15:00 +0300 Subject: [PATCH] Clarified which pager is used in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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