mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[NET] Fix some 'net help' and 'net user' issues.
This commit is contained in:
parent
462418fe38
commit
4d8859cfd8
3 changed files with 8 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue