aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMaciek Borzecki <maciek.borzecki@gmail.com>2010-03-23 05:18:38 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-23 05:18:38 +0100
commit30ebd7bd7838787bdb7de0b484e37e442ab16ac5 (patch)
treeb8037f43f6283c8585bcded6fb5124944a3374aa /include
parent1c3f117ca4d1363177ed7c55c443ddaca9ddc668 (diff)
downloadbusybox-30ebd7bd7838787bdb7de0b484e37e442ab16ac5.tar.gz
brctl: fixing stp parameters incompatibility
function old new delta static.stp_opts - 23 +23 brctl_main 1148 1169 +21 packed_usage 26786 26794 +8 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/0 up/down: 52/0) Total: 52 bytes Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index a7855cdf4..40cb6b2bb 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -187,7 +187,7 @@
"\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] STP on/off" \
+ "\n stp BRIDGE [1/yes/on|0/no/off] STP on/off" \
) \
#define bunzip2_trivial_usage \