From 1af3218f6df0a94c6664708bd3375902bf15522e Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Sat, 5 Nov 2022 12:04:08 +0100 Subject: [PATCH] Fix mention of pager environment variable --- resources/help.txt | 2 +- resources/help/listing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/help.txt b/resources/help.txt index 1c697a7..fbaa3b2 100644 --- a/resources/help.txt +++ b/resources/help.txt @@ -137,7 +137,7 @@ Listing modifiers: --only-first[=N] Show only the N results, N defaults to 1 --output-file=filename Store output to indicated file (default: STDOUT) --output-dir=directory Store output ino indicated directory / group - --pager Pager to use (default: ACK_PAGER // none) + --pager Pager to use (default: RAK_PAGER // none) --stats Also show statistics Content modifiers: diff --git a/resources/help/listing.txt b/resources/help/listing.txt index 68d8a0c..f72a883 100644 --- a/resources/help/listing.txt +++ b/resources/help/listing.txt @@ -75,7 +75,7 @@ results to STDOUT. --pager=program Specify a pager program to use. Defaults to what is specified with the -ACK_PAGER environment variable. If that is not specified either, does +RAK_PAGER environment variable. If that is not specified either, does not activate any pager. --proximate[=N]