diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-31 11:07:12 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-10-31 11:07:12 +0000 |
commit | 41e6db2c13b3d933c742b9ab985878be8caf01f3 (patch) | |
tree | b802098fd303d7f2630a20e50cc891084120fcf2 /include/usage.h | |
parent | 263b479f33b1dcee387ae5f7ac91245986557622 (diff) | |
download | busybox-w32-41e6db2c13b3d933c742b9ab985878be8caf01f3.tar.gz busybox-w32-41e6db2c13b3d933c742b9ab985878be8caf01f3.tar.bz2 busybox-w32-41e6db2c13b3d933c742b9ab985878be8caf01f3.zip |
Move usage.h to include/usage.h
git-svn-id: svn://busybox.net/trunk/busybox@3618 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 11 |
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 \ |