aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2019-11-08 16:37:28 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2019-11-08 16:37:28 +0100
commit2f57b5139e701e04a7b543220f6bb117b5e71967 (patch)
tree1d5a998ba76b64baea18ead60193171e062af0eb /archival
parente5586605ca3dfa1e4ad2bb5ddea818777846dca2 (diff)
downloadbusybox-2f57b5139e701e04a7b543220f6bb117b5e71967.tar.gz
unxz: show -t in --help
function old new delta packed_usage 33236 33247 +11 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r--archival/bbunzip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index d31aaf7f3..87a802209 100644
--- a/archival/bbunzip.c
+++ b/archival/bbunzip.c
@@ -536,6 +536,7 @@ int unlzma_main(int argc UNUSED_PARAM, char **argv)
//usage: "\n -c Write to stdout"
//usage: "\n -f Force"
//usage: "\n -k Keep input files"
+//usage: "\n -t Test file integrity"
//usage:
//usage:#define xz_trivial_usage
//usage: "-d [-cfk] [FILE]..."
@@ -545,6 +546,7 @@ int unlzma_main(int argc UNUSED_PARAM, char **argv)
//usage: "\n -c Write to stdout"
//usage: "\n -f Force"
//usage: "\n -k Keep input files"
+//usage: "\n -t Test file integrity"
//usage:
//usage:#define xzcat_trivial_usage
//usage: "[FILE]..."