cmd update:
[reactos.git] / reactos / subsys / system / cmd / internal.c
index 572f522..926f74b 100644 (file)
@@ -515,4 +515,10 @@ INT CommandShowCommands (LPTSTR cmd, LPTSTR param)
        return 0;
 }
 
+INT CommandShowCommandsDetail (LPTSTR cmd, LPTSTR param)
+{
+       PrintCommandListDetail ();
+       return 0;
+}
+
 /* EOF */