aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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" \