diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-14 20:47:20 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-14 20:47:20 +0200 |
commit | e2b9215868a3d72691e5bc0f887354254606447b (patch) | |
tree | d800e563fcd78971be6cd8630fba1d61677975fb /archival/bzip2.c | |
parent | 643b308029ac42f466fa17e4ff400e47003205d9 (diff) | |
download | busybox-w32-e2b9215868a3d72691e5bc0f887354254606447b.tar.gz busybox-w32-e2b9215868a3d72691e5bc0f887354254606447b.tar.bz2 busybox-w32-e2b9215868a3d72691e5bc0f887354254606447b.zip |
*: --help tweaks
function old new delta
packed_usage 33589 33552 -37
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/bzip2.c')
-rw-r--r-- | archival/bzip2.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archival/bzip2.c b/archival/bzip2.c index ac5db0880..bce13cf93 100644 --- a/archival/bzip2.c +++ b/archival/bzip2.c | |||
@@ -56,11 +56,13 @@ | |||
56 | //usage: "\n -1..9 Compression level" | 56 | //usage: "\n -1..9 Compression level" |
57 | //usage: IF_FEATURE_BZIP2_DECOMPRESS( | 57 | //usage: IF_FEATURE_BZIP2_DECOMPRESS( |
58 | //usage: "\n -d Decompress" | 58 | //usage: "\n -d Decompress" |
59 | //usage: "\n -t Test file integrity" | ||
60 | //usage: ) | 59 | //usage: ) |
61 | //usage: "\n -c Write to stdout" | 60 | //usage: "\n -c Write to stdout" |
62 | //usage: "\n -f Force" | 61 | //usage: "\n -f Force" |
63 | //usage: "\n -k Keep input files" | 62 | //usage: "\n -k Keep input files" |
63 | //usage: IF_FEATURE_BZIP2_DECOMPRESS( | ||
64 | //usage: "\n -t Test integrity" | ||
65 | //usage: ) | ||
64 | 66 | ||
65 | #include "libbb.h" | 67 | #include "libbb.h" |
66 | #include "bb_archive.h" | 68 | #include "bb_archive.h" |