aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 9a73d0890..110fbf641 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2820,7 +2820,7 @@
2820#endif 2820#endif
2821 2821
2822#define netstat_trivial_usage \ 2822#define netstat_trivial_usage \
2823 "[-laentuwxr"USE_FEATURE_NETSTAT_WIDE("W")"]" 2823 "[-laentuwxr"USE_FEATURE_NETSTAT_WIDE("W")USE_FEATURE_NETSTAT_PRG("p")"]"
2824#define netstat_full_usage "\n\n" \ 2824#define netstat_full_usage "\n\n" \
2825 "Display networking information\n" \ 2825 "Display networking information\n" \
2826 "\nOptions:" \ 2826 "\nOptions:" \
@@ -2835,6 +2835,9 @@
2835 "\n -r Display routing table" \ 2835 "\n -r Display routing table" \
2836 USE_FEATURE_NETSTAT_WIDE( \ 2836 USE_FEATURE_NETSTAT_WIDE( \
2837 "\n -W Display with no column truncation" \ 2837 "\n -W Display with no column truncation" \
2838 ) \
2839 USE_FEATURE_NETSTAT_PRG( \
2840 "\n -p Display PID/Program name for sockets" \
2838 ) 2841 )
2839 2842
2840#define nice_trivial_usage \ 2843#define nice_trivial_usage \