diff options
Diffstat (limited to 'guestfish.pod')
-rw-r--r-- | guestfish.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/guestfish.pod b/guestfish.pod index 974a903c..afa151d4 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -464,6 +464,11 @@ is saved in C<$HOME/.guestfish> The C<edit> command uses C<$EDITOR> as the editor. If not set, it uses C<vi>. +=item PAGER + +The C<more> command uses C<$PAGER> as the pager. If not +set, it uses C<more>. + =back =head1 EXIT CODE |