aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index bbed44d0c..46c11c2a3 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1225,6 +1225,17 @@
1225 "quit\n" \ 1225 "quit\n" \
1226 "221 foobar closing connection\n" 1226 "221 foobar closing connection\n"
1227 1227
1228#define netstat_trivial_usage \
1229 "[-lantuwx]"
1230#define netstat_full_usage \
1231 "-l display listening server sockets\n" \
1232 "-a display all sockets (default: connected)\n" \
1233 "-n don't resolve names\n" \
1234 "-t tcp sockets\n" \
1235 "-u udp sockets\n" \
1236 "-w raw sockets\n" \
1237 "-x unix sockets\n"
1238
1228#define nslookup_trivial_usage \ 1239#define nslookup_trivial_usage \
1229 "[HOST] [SERVER]" 1240 "[HOST] [SERVER]"
1230#define nslookup_full_usage \ 1241#define nslookup_full_usage \