patch attached
From 780c945a3d65ae19f5ee5e2b1824e7cf29303f5c Mon Sep 17 00:00:00 2001
From: wdlkmpx <wdlk...@gmail.com>
Date: Fri, 8 Nov 2019 00:15:20 +0800
Subject: [PATCH] xz/unxz --help: -t is supported

---
 archival/bbunzip.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index d31aaf7f3..51b06ff21 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 compressed 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 compressed file integrity"
 //usage:
 //usage:#define xzcat_trivial_usage
 //usage:       "[FILE]..."
-- 
2.11.0

_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to