diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-26 18:21:36 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-26 18:21:36 +0200 |
| commit | 52827e3ebcd80f634f990030ee697254a0ae517d (patch) | |
| tree | 61cb4b3f65587301b1f2774a42c228d2f221d24e /include/usage.src.h | |
| parent | d0a8a0d31243f2ac798531ced2cca45ddf1fea42 (diff) | |
| download | busybox-w32-52827e3ebcd80f634f990030ee697254a0ae517d.tar.gz busybox-w32-52827e3ebcd80f634f990030ee697254a0ae517d.tar.bz2 busybox-w32-52827e3ebcd80f634f990030ee697254a0ae517d.zip | |
*: tar-related cleanups: move struct to unarchive.h; move help to tar.c
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.src.h')
| -rw-r--r-- | include/usage.src.h | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index f30edbc54..f84bb93c7 100644 --- a/include/usage.src.h +++ b/include/usage.src.h | |||
| @@ -4273,54 +4273,6 @@ INSERT | |||
| 4273 | #define tac_full_usage "\n\n" \ | 4273 | #define tac_full_usage "\n\n" \ |
| 4274 | "Concatenate FILEs and print them in reverse" | 4274 | "Concatenate FILEs and print them in reverse" |
| 4275 | 4275 | ||
| 4276 | #define tar_trivial_usage \ | ||
| 4277 | "-[" IF_FEATURE_TAR_CREATE("c") "xt" IF_FEATURE_SEAMLESS_GZ("z") \ | ||
| 4278 | IF_FEATURE_SEAMLESS_BZ2("j") IF_FEATURE_SEAMLESS_LZMA("a") \ | ||
| 4279 | IF_FEATURE_SEAMLESS_Z("Z") IF_FEATURE_TAR_NOPRESERVE_TIME("m") "vO] " \ | ||
| 4280 | IF_FEATURE_TAR_FROM("[-X FILE] ") \ | ||
| 4281 | "[-f TARFILE] [-C DIR] [FILE]..." | ||
| 4282 | #define tar_full_usage "\n\n" \ | ||
| 4283 | IF_FEATURE_TAR_CREATE("Create, extract, ") \ | ||
| 4284 | IF_NOT_FEATURE_TAR_CREATE("Extract ") \ | ||
| 4285 | "or list files from a tar file\n" \ | ||
| 4286 | "\nOptions:" \ | ||
| 4287 | IF_FEATURE_TAR_CREATE( \ | ||
| 4288 | "\n c Create" \ | ||
| 4289 | ) \ | ||
| 4290 | "\n x Extract" \ | ||
| 4291 | "\n t List" \ | ||
| 4292 | "\nArchive format selection:" \ | ||
| 4293 | IF_FEATURE_SEAMLESS_GZ( \ | ||
| 4294 | "\n z Filter the archive through gzip" \ | ||
| 4295 | ) \ | ||
| 4296 | IF_FEATURE_SEAMLESS_BZ2( \ | ||
| 4297 | "\n j Filter the archive through bzip2" \ | ||
| 4298 | ) \ | ||
| 4299 | IF_FEATURE_SEAMLESS_LZMA( \ | ||
| 4300 | "\n a Filter the archive through lzma" \ | ||
| 4301 | ) \ | ||
| 4302 | IF_FEATURE_SEAMLESS_Z( \ | ||
| 4303 | "\n Z Filter the archive through compress" \ | ||
| 4304 | ) \ | ||
| 4305 | IF_FEATURE_TAR_NOPRESERVE_TIME( \ | ||
| 4306 | "\n m Do not restore mtime" \ | ||
| 4307 | ) \ | ||
| 4308 | "\nFile selection:" \ | ||
| 4309 | "\n f Name of TARFILE or \"-\" for stdin" \ | ||
| 4310 | "\n O Extract to stdout" \ | ||
| 4311 | IF_FEATURE_TAR_FROM( \ | ||
| 4312 | IF_FEATURE_TAR_LONG_OPTIONS( \ | ||
| 4313 | "\n exclude File to exclude" \ | ||
| 4314 | ) \ | ||
| 4315 | "\n X File with names to exclude" \ | ||
| 4316 | ) \ | ||
| 4317 | "\n C Change to DIR before operation" \ | ||
| 4318 | "\n v Verbose" \ | ||
| 4319 | |||
| 4320 | #define tar_example_usage \ | ||
| 4321 | "$ zcat /tmp/tarball.tar.gz | tar -xf -\n" \ | ||
| 4322 | "$ tar -cf /tmp/tarball.tar /usr/local\n" | ||
| 4323 | |||
| 4324 | #define taskset_trivial_usage \ | 4276 | #define taskset_trivial_usage \ |
| 4325 | "[-p] [MASK] [PID | PROG ARGS]" | 4277 | "[-p] [MASK] [PID | PROG ARGS]" |
| 4326 | #define taskset_full_usage "\n\n" \ | 4278 | #define taskset_full_usage "\n\n" \ |
