2002-02-08 Yoshinori K. Okuji <okuji@enbug.org>

* grub/main.c (OPT_NO_PAGER): New macro.
	(longopts): Added an entry for "--no-pager".
	(usage): Added a description about "--no-pager".
	(main): In case of OPT_NO_PAGER, set USE_PAGER to zero. The same
	thing is done with OPT_BATCH, because the pager is just harmful
	in batch mode.
This commit is contained in:
okuji 2002-02-08 01:28:39 +00:00
parent 479bc51947
commit c34bb04818
3 changed files with 22 additions and 2 deletions

View file

@ -38,6 +38,9 @@ do not use curses
\fB\-\-no\-floppy\fR
do not probe any floppy drive
.TP
\fB\-\-no\-pager\fR
do not use internal pager
.TP
\fB\-\-preset\-menu\fR
use the preset menu
.TP