[git commit] unxz: show -t in --help
Denys Vlasenko
vda.linux at googlemail.com
Fri Nov 8 15:37:28 UTC 2019
commit: https://git.busybox.net/busybox/commit/?id=2f57b5139e701e04a7b543220f6bb117b5e71967
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
function old new delta
packed_usage 33236 33247 +11
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
archival/bbunzip.c | 2 ++
1 file changed, 2 insertions(+)
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]..."
More information about the busybox-cvs
mailing list