summaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 0849c6831..e007acdfa 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -138,6 +138,9 @@
138#define brctl_full_usage \ 138#define brctl_full_usage \
139 "Manage ethernet bridges.\n" \ 139 "Manage ethernet bridges.\n" \
140 "\nCommands:" \ 140 "\nCommands:" \
141 USE_FEATURE_BRCTL_SHOW( \
142 "\n show Show a list of bridges" \
143 ) \
141 "\n addbr BRIDGE Create BRIDGE" \ 144 "\n addbr BRIDGE Create BRIDGE" \
142 "\n delbr BRIDGE Delete BRIDGE" \ 145 "\n delbr BRIDGE Delete BRIDGE" \
143 "\n addif BRIDGE IFACE Add IFACE to BRIDGE" \ 146 "\n addif BRIDGE IFACE Add IFACE to BRIDGE" \
@@ -151,7 +154,8 @@
151 "\n setportprio BRIDGE PRIO Set port priority" \ 154 "\n setportprio BRIDGE PRIO Set port priority" \
152 "\n setbridgeprio BRIDGE PRIO Set bridge priority" \ 155 "\n setbridgeprio BRIDGE PRIO Set bridge priority" \
153 "\n stp BRIDGE [1|0] STP on/off" \ 156 "\n stp BRIDGE [1|0] STP on/off" \
154 ) 157 ) \
158
155#define bunzip2_trivial_usage \ 159#define bunzip2_trivial_usage \
156 "[OPTION]... [FILE]" 160 "[OPTION]... [FILE]"
157#define bunzip2_full_usage \ 161#define bunzip2_full_usage \