only show one screen of text at a time for displaying help.

svn path=/trunk/; revision=18907
This commit is contained in:
Brandon Turner 2005-10-31 00:53:00 +00:00
parent aeeab7d1f4
commit 2995749811

View file

@ -218,7 +218,7 @@ static ULARGE_INTEGER recurse_bytes;
*/
static VOID DirHelp(VOID)
{
ConOutResPuts(STRING_DIR_HELP1);
ConOutResPaging(TRUE, STRING_DIR_HELP1);
}