diff options
author | Bob Dunlop <bob.dunlop@xyzzy.org.uk> | 2010-10-27 02:12:29 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-27 02:12:29 +0200 |
commit | 55a046b4dbca9df876e9bb67a16dde2ee3d9adb0 (patch) | |
tree | 349e943fbe9440b0a66e2f53d9b122370b11dcb4 /include | |
parent | 4fa07bd8fafdd5eb64dfe11f43bb420aec5b5f50 (diff) |
netstat: fix -r display in usage text
Signed-off-by: Bob Dunlop <bob.dunlop@xyzzy.org.uk>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.src.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index f5ddd7ba5..2f44eaf81 100644 --- a/include/usage.src.h +++ b/include/usage.src.h @@ -2721,27 +2721,6 @@ INSERT " or\n" \ "$ nameif -c /etc/my_mactab_file\n" \ -#define netstat_trivial_usage \ - "[-laentuwxr"IF_FEATURE_NETSTAT_WIDE("W")IF_FEATURE_NETSTAT_PRG("p")"]" -#define netstat_full_usage "\n\n" \ - "Display networking information\n" \ - "\nOptions:" \ - "\n -l Display listening server sockets" \ - "\n -a Display all sockets (default: connected)" \ - "\n -e Display other/more information" \ - "\n -n Don't resolve names" \ - "\n -t Tcp sockets" \ - "\n -u Udp sockets" \ - "\n -w Raw sockets" \ - "\n -x Unix sockets" \ - "\n -r Display routing table" \ - IF_FEATURE_NETSTAT_WIDE( \ - "\n -W Display with no column truncation" \ - ) \ - IF_FEATURE_NETSTAT_PRG( \ - "\n -p Display PID/Program name for sockets" \ - ) - #define nmeter_trivial_usage \ "format_string" #define nmeter_full_usage "\n\n" \ |