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) | |
download | busybox-w32-c386aa5dcdb1333737827914b213c88e46cf43bd.tar.gz busybox-w32-c386aa5dcdb1333737827914b213c88e46cf43bd.tar.bz2 busybox-w32-c386aa5dcdb1333737827914b213c88e46cf43bd.zip |
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 | |||
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" \ |