mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:13:23 +00:00
[NET] Reorganize and improve the help texts (1/X)
- Move common texts into separate string resources. - Add missing help texts for ACCOUNTS, COMPUTER, CONFIG and CONTINUE commands.
This commit is contained in:
parent
dd311081be
commit
480cd1e60c
16 changed files with 843 additions and 251 deletions
|
@ -376,7 +376,10 @@ done:
|
|||
RtlFreeHeap(RtlGetProcessHeap(), 0, lpMembers);
|
||||
|
||||
if (result != 0)
|
||||
{
|
||||
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
|
||||
ConResPuts(StdOut, IDS_LOCALGROUP_SYNTAX);
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue