diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-27 11:24:40 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-10-27 11:24:40 +0200 |
commit | c386aa5dcdb1333737827914b213c88e46cf43bd (patch) | |
tree | f1c3844c4a8bec58c27b2a8e498d334a391d7ed1 /include/usage.src.h | |
parent | 4c46d854690595bb2c5487aedccebab8de8aafda (diff) | |
parent | 3c99d59b5dd4a4dfbcdf5b98f7a9944bff9c925c (diff) |
Merge branch 'master' of git+ssh://busybox.net/var/lib/git/busybox
Diffstat (limited to 'include/usage.src.h')
-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 " or\n" \ "$ nameif -c /etc/my_mactab_file\n" \ -#define netstat_trivial_usage \ - "[-laentuwxr"IF_FEATURE_NETSTAT_WIDE("W")IF_FEATURE_NETSTAT_PRG("p")"]" -#define netstat_full_usage "\n\n" \ - "Display networking information\n" \ - "\nOptions:" \ - "\n -l Display listening server sockets" \ - "\n -a Display all sockets (default: connected)" \ - "\n -e Display other/more information" \ - "\n -n Don't resolve names" \ - "\n -t Tcp sockets" \ - "\n -u Udp sockets" \ - "\n -w Raw sockets" \ - "\n -x Unix sockets" \ - "\n -r Display routing table" \ - IF_FEATURE_NETSTAT_WIDE( \ - "\n -W Display with no column truncation" \ - ) \ - IF_FEATURE_NETSTAT_PRG( \ - "\n -p Display PID/Program name for sockets" \ - ) - #define nmeter_trivial_usage \ "format_string" #define nmeter_full_usage "\n\n" \ |