mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 15:36:42 +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
|
@ -29,7 +29,11 @@ INT cmdStop(INT argc, WCHAR **argv)
|
|||
{
|
||||
if (_wcsicmp(argv[i], L"/help") == 0)
|
||||
{
|
||||
ConResPuts(StdOut, IDS_STOP_HELP);
|
||||
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
|
||||
ConResPuts(StdOut, IDS_STOP_SYNTAX);
|
||||
ConResPuts(StdOut, IDS_STOP_HELP_1);
|
||||
ConResPuts(StdOut, IDS_STOP_HELP_2);
|
||||
ConResPuts(StdOut, IDS_STOP_HELP_3);
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue