summaryrefslogtreecommitdiff
path: root/config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'config.cc')
-rw-r--r--config.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.cc b/config.cc
index baf244b3..49f1c666 100644
--- a/config.cc
+++ b/config.cc
@@ -725,6 +725,10 @@ OPT_BEGIN(tail, ":") {
config.tail_entries = std::atoi(optarg);
} OPT_END(tail);
+OPT_BEGIN(pager, ":") {
+ config.pager = optarg;
+} OPT_END(pager);
+
OPT_BEGIN(empty, "E") {
config.show_empty = true;
} OPT_END(empty);