[NET] Move TIME, USE, USER, VIEW and NET command syntax and help texts into a message...
[reactos.git] / base / applications / network / net / main.c
index 883ee2e..02c2b45 100644 (file)
@@ -246,7 +246,7 @@ int wmain(int argc, WCHAR **argv)
 
 done:
     if (bRun == FALSE)
-        ConResPuts(StdOut, IDS_NET_SYNTAX);
+        PrintNetMessage(MSG_NET_SYNTAX);
 
     if (hModuleNetMsg != NULL)
         FreeLibrary(hModuleNetMsg);