mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:06:04 +00:00
[NET] Move START, STATISTICS and STOP command syntax and help texts into a message table.
This commit is contained in:
parent
01af56140c
commit
4984e1b810
14 changed files with 331 additions and 182 deletions
|
@ -265,7 +265,7 @@ cmdStatistics(
|
|||
{
|
||||
/* Print short syntax help */
|
||||
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
|
||||
ConResPuts(StdOut, IDS_STATISTICS_SYNTAX);
|
||||
PrintNetMessage(MSG_STATISTICS_SYNTAX);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -273,9 +273,8 @@ cmdStatistics(
|
|||
{
|
||||
/* Print full help text*/
|
||||
ConResPuts(StdOut, IDS_GENERIC_SYNTAX);
|
||||
ConResPuts(StdOut, IDS_STATISTICS_SYNTAX);
|
||||
ConResPuts(StdOut, IDS_STATISTICS_HELP_1);
|
||||
ConResPuts(StdOut, IDS_STATISTICS_HELP_2);
|
||||
PrintNetMessage(MSG_STATISTICS_SYNTAX);
|
||||
PrintNetMessage(MSG_STATISTICS_HELP);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue