[CMD-HELP]
[reactos.git] / reactos / base / shell / cmd / cmdtable.c
index bd0a0dc..7c13c30 100644 (file)
@@ -119,8 +119,6 @@ COMMAND cmds[] =
 
     {_T("goto"), CMD_BATCHONLY, cmd_goto},
 
-    {_T("help"), 0, CommandShowCommandsDetail},
-
 #ifdef FEATURE_HISTORY
     {_T("history"), 0, CommandHistory},
 #endif
@@ -244,7 +242,6 @@ COMMAND cmds[] =
     {NULL, 0, NULL}
 };
 
-
 VOID PrintCommandList(VOID)
 {
     LPCOMMAND cmdptr;
@@ -274,10 +271,4 @@ VOID PrintCommandList(VOID)
         ConOutChar(_T('\n'));
 }
 
-VOID PrintCommandListDetail(VOID)
-{
-    ConOutResPaging(TRUE , STRING_HELP1);
-    ConOutResPaging(FALSE, STRING_HELP2);
-}
-
 /* EOF */