mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:12:55 +00:00
[NET] Reorganize and improve the help texts (3/X)
- Add help texts for the START and STOP commands. - Add text for the CONFIG command.
This commit is contained in:
parent
b51b99e766
commit
925176af71
12 changed files with 142 additions and 56 deletions
|
@ -70,9 +70,6 @@ done:
|
|||
if (ServerInfo != NULL)
|
||||
NetApiBufferFree(ServerInfo);
|
||||
|
||||
if (Status == NERR_Success)
|
||||
ConResPuts(StdOut, IDS_ERROR_NO_ERROR);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -161,8 +158,11 @@ cmdConfig(
|
|||
}
|
||||
else
|
||||
{
|
||||
|
||||
ConResPuts(StdOut, IDS_CONFIG_TEXT);
|
||||
}
|
||||
|
||||
if (result == 0)
|
||||
ConResPuts(StdOut, IDS_ERROR_NO_ERROR);
|
||||
|
||||
return result;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue