Skip to content

Commit 416c3a5

Browse files
committed
[IFMON] Improve usage texts
1 parent feb9ba9 commit 416c3a5

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

dll/win32/ifmon/lang/en-US.rc

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,30 @@ BEGIN
88

99
IDS_HLP_IP_SHOW "Displays IP information.\n"
1010
IDS_HLP_ADDRESSES "Displays IP address configuration.\n"
11-
IDS_HLP_ADDRESSES_EX "Usage: addresses [string]\n\n Display IP address configuration.\n"
11+
IDS_HLP_ADDRESSES_EX "\nUsage: %1!s! [[name=]string]\n\n\
12+
Parameters:\n\n\
13+
Tag Value\n\
14+
name The name of a specific interface.\n\n\
15+
Remarks: Displays the IP address configuration for a specific interface or interfaces.\n\n\
16+
Examples:\n\n\
17+
%1!s! ""Local Area network""\n"
1218
IDS_HLP_CONFIG "Displays IP address and additional information.\n"
13-
IDS_HLP_CONFIG_EX "Usage: config [string]\n\n Display IP address and additional information.\n"
19+
IDS_HLP_CONFIG_EX "\nUsage: %1!s! [[name=]string]\n\n\
20+
Parameters:\n\n\
21+
Tag Value\n\
22+
name The name of a specific interface.\n\n\
23+
Remarks: Displays the IP address and DNS server configuration for a specific interface\nor interfaces.\n\n\
24+
Examples:\n\n\
25+
%1!s! ""Local Area Network""\n"
1426
IDS_HLP_DNS "Displays the DNS server addresses.\n"
15-
IDS_HLP_DNS_EX "Usage: dns [string]\n\n Display DNS server adresses.\n"
27+
IDS_HLP_DNS_EX "\nUsage: %1!s! [[name=]string]\n\n\
28+
Parameters:\n\n\
29+
Tag Value\n\
30+
name The name of a specific interface.\n\n\
31+
Remarks:\n\n\
32+
Displays the DNS server configuration for a specific interface\nor interfaces.\n\n\
33+
Examples:\n\n\
34+
%1!s! ""Local Area Network""\n"
1635

1736
IDS_IP_HEADER "\nConfiguration for interface ""%s""\n"
1837
IDS_DHCP_ON " DHCP enabled: Yes\n"

0 commit comments

Comments
 (0)