diff mbox series

[PATCH/next,1/1] package/p7zip: update help text of 7za and 7zr

Message ID 20211205134342.2111787-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [PATCH/next,1/1] package/p7zip: update help text of 7za and 7zr | expand

Commit Message

Fabrice Fontaine Dec. 5, 2021, 1:43 p.m. UTC
Update help text of 7za and 7zr options (added in commit
c1723424b8189730087006fc879fdae0cc123ca1) as suggested by Peter
Korsgaard in
https://patchwork.ozlabs.org/project/buildroot/patch/20211025215520.3712974-1-fontaine.fabrice@gmail.com/

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/p7zip/Config.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Peter Korsgaard Dec. 5, 2021, 3:21 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Update help text of 7za and 7zr options (added in commit
 > c1723424b8189730087006fc879fdae0cc123ca1) as suggested by Peter
 > Korsgaard in
 > https://patchwork.ozlabs.org/project/buildroot/patch/20211025215520.3712974-1-fontaine.fabrice@gmail.com/

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to next, thanks.
diff mbox series

Patch

diff --git a/package/p7zip/Config.in b/package/p7zip/Config.in
index 3b30fd71cc..be2206eb76 100644
--- a/package/p7zip/Config.in
+++ b/package/p7zip/Config.in
@@ -21,14 +21,14 @@  choice
 config BR2_PACKAGE_P7ZIP_7ZA
 	bool "7za"
 	help
-	  Stand-alone executable that handles fewer archive formats
-	  than 7z
+	  Full 7za archiver. The program supports 7z, ZIP, CAB, ARJ,
+	  GZIP, BZIP2, TAR, CPIO, RPM and DEB formats
 
 config BR2_PACKAGE_P7ZIP_7ZR
 	bool "7zr"
 	help
-	  Stand-alone executable which is a "light-version" of 7za that
-	  only handles 7z archives and cannot handle encrypted archives
+	  Lightweight 7zr archiver. The program only handles 7z archives
+	  and cannot handle encrypted archives
 
 endchoice