diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/include/usage.h b/include/usage.h index 13f0b73a2..3aa980cdc 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -194,14 +194,6 @@ | |||
194 | "\n stp BRIDGE [1/yes/on|0/no/off] STP on/off" \ | 194 | "\n stp BRIDGE [1/yes/on|0/no/off] STP on/off" \ |
195 | ) \ | 195 | ) \ |
196 | 196 | ||
197 | #define bunzip2_trivial_usage \ | ||
198 | "[OPTIONS] [FILE]..." | ||
199 | #define bunzip2_full_usage "\n\n" \ | ||
200 | "Decompress FILEs (or stdin)\n" \ | ||
201 | "\nOptions:" \ | ||
202 | "\n -c Write to stdout" \ | ||
203 | "\n -f Force" \ | ||
204 | |||
205 | #define bzip2_trivial_usage \ | 197 | #define bzip2_trivial_usage \ |
206 | "[OPTIONS] [FILE]..." | 198 | "[OPTIONS] [FILE]..." |
207 | #define bzip2_full_usage "\n\n" \ | 199 | #define bzip2_full_usage "\n\n" \ |
@@ -242,6 +234,14 @@ | |||
242 | "\n -v Verbose" \ | 234 | "\n -v Verbose" \ |
243 | "\n -F Don't store or verify checksum" \ | 235 | "\n -F Don't store or verify checksum" \ |
244 | 236 | ||
237 | #define bunzip2_trivial_usage \ | ||
238 | "[OPTIONS] [FILE]..." | ||
239 | #define bunzip2_full_usage "\n\n" \ | ||
240 | "Decompress FILEs (or stdin)\n" \ | ||
241 | "\nOptions:" \ | ||
242 | "\n -c Write to stdout" \ | ||
243 | "\n -f Force" \ | ||
244 | |||
245 | #define bzcat_trivial_usage \ | 245 | #define bzcat_trivial_usage \ |
246 | "FILE" | 246 | "FILE" |
247 | #define bzcat_full_usage "\n\n" \ | 247 | #define bzcat_full_usage "\n\n" \ |