mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
only show one screen of text at a time for displaying help.
svn path=/trunk/; revision=18907
This commit is contained in:
parent
aeeab7d1f4
commit
2995749811
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ static ULARGE_INTEGER recurse_bytes;
|
||||||
*/
|
*/
|
||||||
static VOID DirHelp(VOID)
|
static VOID DirHelp(VOID)
|
||||||
{
|
{
|
||||||
ConOutResPuts(STRING_DIR_HELP1);
|
ConOutResPaging(TRUE, STRING_DIR_HELP1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue