diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 464fb614b..cb8bd2a8d 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -119,6 +119,16 @@ | |||
119 | "$ basename /foo/bar.txt .txt\n" \ | 119 | "$ basename /foo/bar.txt .txt\n" \ |
120 | "bar" | 120 | "bar" |
121 | 121 | ||
122 | #define brctl_trivial_usage \ | ||
123 | "COMMAND [BRIDGE [INTERFACE]]" | ||
124 | #define brctl_full_usage \ | ||
125 | "Manage ethernet bridges." \ | ||
126 | "\n\nCommands:\n" \ | ||
127 | " addbr <bridge> Create <bridge>\n" \ | ||
128 | " delbr <bridge> Delete <bridge>\n" \ | ||
129 | " addif <bridge> <iface> Add <iface> to <bridge>\n" \ | ||
130 | " delif <bridge> <iface> Delete <iface> from <bridge>" | ||
131 | |||
122 | #define bunzip2_trivial_usage \ | 132 | #define bunzip2_trivial_usage \ |
123 | "[OPTION]... [FILE]" | 133 | "[OPTION]... [FILE]" |
124 | #define bunzip2_full_usage \ | 134 | #define bunzip2_full_usage \ |