[NET] Fix some 'net help' and 'net user' issues.
[reactos.git] / base / applications / network / net / main.c
index 579ea4c..773c25f 100644 (file)
@@ -246,7 +246,10 @@ int wmain(int argc, WCHAR **argv)
 
 done:
     if (bRun == FALSE)
+    {
+        ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
         PrintNetMessage(MSG_NET_SYNTAX);
+    }
 
     if (hModuleNetMsg != NULL)
         FreeLibrary(hModuleNetMsg);