aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBob Dunlop <bob.dunlop@xyzzy.org.uk>2010-10-27 02:12:29 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-27 02:12:29 +0200
commit55a046b4dbca9df876e9bb67a16dde2ee3d9adb0 (patch)
tree349e943fbe9440b0a66e2f53d9b122370b11dcb4 /include
parent4fa07bd8fafdd5eb64dfe11f43bb420aec5b5f50 (diff)
downloadbusybox-w32-55a046b4dbca9df876e9bb67a16dde2ee3d9adb0.tar.gz
busybox-w32-55a046b4dbca9df876e9bb67a16dde2ee3d9adb0.tar.bz2
busybox-w32-55a046b4dbca9df876e9bb67a16dde2ee3d9adb0.zip
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.h21
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
2721 " or\n" \ 2721 " or\n" \
2722 "$ nameif -c /etc/my_mactab_file\n" \ 2722 "$ nameif -c /etc/my_mactab_file\n" \
2723 2723
2724#define netstat_trivial_usage \
2725 "[-laentuwxr"IF_FEATURE_NETSTAT_WIDE("W")IF_FEATURE_NETSTAT_PRG("p")"]"
2726#define netstat_full_usage "\n\n" \
2727 "Display networking information\n" \
2728 "\nOptions:" \
2729 "\n -l Display listening server sockets" \
2730 "\n -a Display all sockets (default: connected)" \
2731 "\n -e Display other/more information" \
2732 "\n -n Don't resolve names" \
2733 "\n -t Tcp sockets" \
2734 "\n -u Udp sockets" \
2735 "\n -w Raw sockets" \
2736 "\n -x Unix sockets" \
2737 "\n -r Display routing table" \
2738 IF_FEATURE_NETSTAT_WIDE( \
2739 "\n -W Display with no column truncation" \
2740 ) \
2741 IF_FEATURE_NETSTAT_PRG( \
2742 "\n -p Display PID/Program name for sockets" \
2743 )
2744
2745#define nmeter_trivial_usage \ 2724#define nmeter_trivial_usage \
2746 "format_string" 2725 "format_string"
2747#define nmeter_full_usage "\n\n" \ 2726#define nmeter_full_usage "\n\n" \