aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-01-14 16:10:11 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-01-14 16:10:11 +0000
commit2b11fb483e663149d79992021cc4e495e0df8677 (patch)
treef5567e7905409192b150afa7dde907264815b7f8 /include
parentc2f0de5eef4feeca5d993ff3553b0e196862282f (diff)
downloadbusybox-2b11fb483e663149d79992021cc4e495e0df8677.tar.gz
- implement brctl setpathcost, setportprio, setbridgeprio, stp
text data bss dec hex filename 907 20 0 927 39f networking/brctl.o
Diffstat (limited to 'include')
-rw-r--r--include/usage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 304899d18..3e019718a 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -133,6 +133,10 @@ USE_FEATURE_BRCTL_FANCY("\n" \
" setfd <bridge <time> set bridge forward delay\n" \
" sethello <bridge <time> set hello time\n" \
" setmaxage <bridge <time> set max message age\n" \
+ " setpathcost <bridge <cost> set path cost\n" \
+ " setportprio <bridge <prio> set port priority\n" \
+ " setbridgeprio <bridge <prio> set bridge priority\n" \
+ " stp <bridge> [1|0] turn stp on/off\n" \
)
#define bunzip2_trivial_usage \
"[OPTION]... [FILE]"