diff options
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 e1810c977..6973c93ef 100644 --- a/include/usage.src.h +++ b/include/usage.src.h | |||
@@ -2709,27 +2709,6 @@ INSERT | |||
2709 | " or\n" \ | 2709 | " or\n" \ |
2710 | "$ nameif -c /etc/my_mactab_file\n" \ | 2710 | "$ nameif -c /etc/my_mactab_file\n" \ |
2711 | 2711 | ||
2712 | #define netstat_trivial_usage \ | ||
2713 | "[-laentuwxr"IF_FEATURE_NETSTAT_WIDE("W")IF_FEATURE_NETSTAT_PRG("p")"]" | ||
2714 | #define netstat_full_usage "\n\n" \ | ||
2715 | "Display networking information\n" \ | ||
2716 | "\nOptions:" \ | ||
2717 | "\n -l Display listening server sockets" \ | ||
2718 | "\n -a Display all sockets (default: connected)" \ | ||
2719 | "\n -e Display other/more information" \ | ||
2720 | "\n -n Don't resolve names" \ | ||
2721 | "\n -t Tcp sockets" \ | ||
2722 | "\n -u Udp sockets" \ | ||
2723 | "\n -w Raw sockets" \ | ||
2724 | "\n -x Unix sockets" \ | ||
2725 | "\n -r Display routing table" \ | ||
2726 | IF_FEATURE_NETSTAT_WIDE( \ | ||
2727 | "\n -W Display with no column truncation" \ | ||
2728 | ) \ | ||
2729 | IF_FEATURE_NETSTAT_PRG( \ | ||
2730 | "\n -p Display PID/Program name for sockets" \ | ||
2731 | ) | ||
2732 | |||
2733 | #define nmeter_trivial_usage \ | 2712 | #define nmeter_trivial_usage \ |
2734 | "format_string" | 2713 | "format_string" |
2735 | #define nmeter_full_usage "\n\n" \ | 2714 | #define nmeter_full_usage "\n\n" \ |