about summary refs log tree commit diff
path: root/Functions/Misc/run-help-p4
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Misc/run-help-p4')
-rw-r--r--Functions/Misc/run-help-p42
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/run-help-p4 b/Functions/Misc/run-help-p4
index 662ce94fe..e48a4d068 100644
--- a/Functions/Misc/run-help-p4
+++ b/Functions/Misc/run-help-p4
@@ -2,4 +2,4 @@ if (( ! $# )); then
   p4 help commands
 else
   p4 help $1
-fi | ${=PAGER:-less}
+fi | ${=PAGER:-more}