[NET] Fix some 'net help' and 'net user' issues.

This commit is contained in:
Eric Kohl 2019-03-10 00:30:27 +01:00
parent 462418fe38
commit 4d8859cfd8
3 changed files with 8 additions and 5 deletions

View 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);