Skip to content

Commit

Permalink
no pager for command help strings.
Browse files Browse the repository at this point in the history
Signed-off-by: Yasuhiro Ohara <[email protected]>
  • Loading branch information
Yasuhiro Ohara committed Sep 28, 2023
1 parent b8184a6 commit 0e2c914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtysh/vtysh.c
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ static int vtysh_process_questionmark(const char *input, int input_len)
/* if you don't want pager for help descriptions,
* change the "pager" to 0.
*/
int pager = 1;
int pager = 0;

if (pager && vty->vtysh_lines > vty->height)
vty_open_pager(vty);
Expand Down

0 comments on commit 0e2c914

Please sign in to comment.