adding page break on almost all help param and on help command.
[reactos.git] / reactos / subsys / system / cmd / type.c
index 5710059..705ffbf 100644 (file)
@@ -48,7 +48,7 @@ INT cmd_type (LPTSTR cmd, LPTSTR param)
 
        if (!_tcsncmp (param, _T("/?"), 2))
        {
-               ConOutResPuts(STRING_TYPE_HELP1);
+               ConOutResPaging(TRUE,STRING_TYPE_HELP1);
                return 0;
        }