e37d277f8e0f090289eb096f0000c737a78aed88
[reactos.git] / reactos / apps / utils / net / netstat / netstat.rc
1 /* $Id$ */
2
3 #include <windows.h>
4 #include "resource.h"
5
6 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS TCP/IPv4 Win32 netstat\0"
7 #define REACTOS_STR_INTERNAL_NAME "netstat\0"
8 #define REACTOS_STR_ORIGINAL_FILENAME "netstat.exe\0"
9 #include <reactos/version.rc>
10
11 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
12
13 /////////////////////////////////////////////////////////////////////////////
14 //
15 // String Table
16 //
17
18 #ifdef __GNUC__
19 STRINGTABLE DISCARDABLE
20 BEGIN
21 IDS_APP_TITLE "ReactOS netstat"
22 IDS_APP_USAGE "\n"\
23 "Displays current TCP/IP protocol statistics and network connections.\n\n"\
24 "NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval]\n\n"\
25 " -a Displays all connections and listening ports.\n"\
26 " -e Displays Ethernet statistics. May be combined with -s\n"\
27 " -n Displays address and port numbers in numeric form.\n"\
28 " -p proto Shows connections for protocol 'proto' TCP or UDP.\n"\
29 " If used with the -s option to display\n"\
30 " per-protocol statistics, 'proto' may be TCP, UDP, or IP.\n"\
31 " -r Displays the current routing table.\n"\
32 " -s Displays per-protocol statistics. Statistics are shown for\n"\
33 " TCP, UDP and IP by default; use -p option to display\n"\
34 " information about a subset of the protocols only.\n"\
35 " interval Redisplays selected statistics every 'interval' seconds.\n"\
36 " Press CTRL+C to stop redisplaying. By default netstat will\n"\
37 " print the current information only once.\n"
38 END
39 #endif
40