diff --git a/base/shell/cmd/cmdtable.c b/base/shell/cmd/cmdtable.c index 83e7daee0dd..8221f06e32f 100644 --- a/base/shell/cmd/cmdtable.c +++ b/base/shell/cmd/cmdtable.c @@ -253,6 +253,7 @@ VOID PrintCommandList(VOID) if (++y == 8) { ConOutPuts(cmdptr->name); + ConOutChar(_T('\n')); y = 0; } else