File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ OPTIONS available for the vtysh command:
79
79
ENVIRONMENT VARIABLES
80
80
=====================
81
81
VTYSH_PAGER
82
- This should be the name of the pager to use. Default is more.
82
+ This should be the name of the pager to use. Default is * more * .
83
83
84
84
VTYSH_HISTFILE
85
85
Override the history file for vtysh commands. Logging can be turned off using ``VTYSH_HISTFILE=/dev/null vtysh ``.
Original file line number Diff line number Diff line change @@ -70,8 +70,7 @@ and the :clicmd:`terminal paginate` command:
70
70
(particularly waiting at the end of output) tends to be annoying to the
71
71
user. Using ``less -EFX `` is recommended for a better user experience.
72
72
73
- If this environment variable is unset, *vtysh * defaults to not using any
74
- pager.
73
+ If this environment variable is unset, *vtysh * defaults to using *more *.
75
74
76
75
This variable should be set by the user according to their preferences,
77
76
in their :file: `~/.profile ` file.
You can’t perform that action at this time.
0 commit comments