mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:32:57 +00:00
[NET] Add help text for the NET LOCALGROUP command
This commit is contained in:
parent
38791299ca
commit
ff9c737acc
10 changed files with 198 additions and 43 deletions
|
@ -242,7 +242,16 @@ cmdLocalGroup(
|
|||
{
|
||||
if (_wcsicmp(argv[i], L"/help") == 0)
|
||||
{
|
||||
ConResPuts(StdOut, IDS_LOCALGROUP_HELP);
|
||||
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
|
||||
ConResPuts(StdOut, IDS_LOCALGROUP_SYNTAX);
|
||||
ConResPuts(StdOut, IDS_LOCALGROUP_HELP_1);
|
||||
ConResPuts(StdOut, IDS_LOCALGROUP_HELP_2);
|
||||
ConResPuts(StdOut, IDS_LOCALGROUP_HELP_3);
|
||||
ConResPuts(StdOut, IDS_LOCALGROUP_HELP_4);
|
||||
ConResPuts(StdOut, IDS_LOCALGROUP_HELP_5);
|
||||
ConResPuts(StdOut, IDS_LOCALGROUP_HELP_6);
|
||||
ConResPuts(StdOut, IDS_LOCALGROUP_HELP_7);
|
||||
ConResPuts(StdOut, IDS_GENERIC_PAGE);
|
||||
return 0;
|
||||
}
|
||||
else if (_wcsicmp(argv[i], L"/add") == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue