mirror of
https://github.com/sheumann/hush.git
synced 2024-12-25 03:32:18 +00:00
tar: add -h and -T to help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
aa4f9a2fd8
commit
b5233f8556
@ -720,10 +720,15 @@ static void handle_SIGCHLD(int status)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//usage:#define tar_trivial_usage
|
//usage:#define tar_trivial_usage
|
||||||
//usage: "-[" IF_FEATURE_TAR_CREATE("c") "xt" IF_FEATURE_SEAMLESS_GZ("z")
|
//usage: "-[" IF_FEATURE_TAR_CREATE("c") "xt"
|
||||||
//usage: IF_FEATURE_SEAMLESS_BZ2("j") IF_FEATURE_SEAMLESS_LZMA("a")
|
//usage: IF_FEATURE_SEAMLESS_Z("Z")
|
||||||
//usage: IF_FEATURE_SEAMLESS_Z("Z") IF_FEATURE_TAR_NOPRESERVE_TIME("m") "vO] "
|
//usage: IF_FEATURE_SEAMLESS_GZ("z")
|
||||||
//usage: IF_FEATURE_TAR_FROM("[-X FILE] ")
|
//usage: IF_FEATURE_SEAMLESS_BZ2("j")
|
||||||
|
//usage: IF_FEATURE_SEAMLESS_LZMA("a")
|
||||||
|
//usage: IF_FEATURE_TAR_CREATE("h")
|
||||||
|
//usage: IF_FEATURE_TAR_NOPRESERVE_TIME("m")
|
||||||
|
//usage: "vO] "
|
||||||
|
//usage: IF_FEATURE_TAR_FROM("[-X FILE] [-T FILE] ")
|
||||||
//usage: "[-f TARFILE] [-C DIR] [FILE]..."
|
//usage: "[-f TARFILE] [-C DIR] [FILE]..."
|
||||||
//usage:#define tar_full_usage "\n\n"
|
//usage:#define tar_full_usage "\n\n"
|
||||||
//usage: IF_FEATURE_TAR_CREATE("Create, extract, ")
|
//usage: IF_FEATURE_TAR_CREATE("Create, extract, ")
|
||||||
@ -739,6 +744,9 @@ static void handle_SIGCHLD(int status)
|
|||||||
//usage: "\n f Name of TARFILE ('-' for stdin/out)"
|
//usage: "\n f Name of TARFILE ('-' for stdin/out)"
|
||||||
//usage: "\n C Change to DIR before operation"
|
//usage: "\n C Change to DIR before operation"
|
||||||
//usage: "\n v Verbose"
|
//usage: "\n v Verbose"
|
||||||
|
//usage: IF_FEATURE_SEAMLESS_Z(
|
||||||
|
//usage: "\n Z (De)compress using compress"
|
||||||
|
//usage: )
|
||||||
//usage: IF_FEATURE_SEAMLESS_GZ(
|
//usage: IF_FEATURE_SEAMLESS_GZ(
|
||||||
//usage: "\n z (De)compress using gzip"
|
//usage: "\n z (De)compress using gzip"
|
||||||
//usage: )
|
//usage: )
|
||||||
@ -748,9 +756,6 @@ static void handle_SIGCHLD(int status)
|
|||||||
//usage: IF_FEATURE_SEAMLESS_LZMA(
|
//usage: IF_FEATURE_SEAMLESS_LZMA(
|
||||||
//usage: "\n a (De)compress using lzma"
|
//usage: "\n a (De)compress using lzma"
|
||||||
//usage: )
|
//usage: )
|
||||||
//usage: IF_FEATURE_SEAMLESS_Z(
|
|
||||||
//usage: "\n Z (De)compress using compress"
|
|
||||||
//usage: )
|
|
||||||
//usage: "\n O Extract to stdout"
|
//usage: "\n O Extract to stdout"
|
||||||
//usage: IF_FEATURE_TAR_CREATE(
|
//usage: IF_FEATURE_TAR_CREATE(
|
||||||
//usage: "\n h Follow symlinks"
|
//usage: "\n h Follow symlinks"
|
||||||
|
Loading…
Reference in New Issue
Block a user