diff options
author | Denys Vlasenko | 2021-06-13 01:08:48 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-06-13 01:08:48 +0200 |
commit | 6b6826f0b87b13c5e83786f045b90d703507464e (patch) | |
tree | dc40238c9843b020fddfa7de83e25892b166dbe4 /archival/unzip.c | |
parent | aece2c5f0fef9088b615016f3177b1abd3a373bb (diff) | |
download | busybox-6b6826f0b87b13c5e83786f045b90d703507464e.zip busybox-6b6826f0b87b13c5e83786f045b90d703507464e.tar.gz |
*: --help tweaks
function old new delta
.rodata 103190 103189 -1
packed_usage 33590 33566 -24
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-25) Total: -25 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/unzip.c')
-rw-r--r-- | archival/unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/unzip.c b/archival/unzip.c index 66005a4..fcdda6d 100644 --- a/archival/unzip.c +++ b/archival/unzip.c @@ -63,7 +63,7 @@ //usage: "\n -n Never overwrite files (default: ask)" //usage: "\n -o Overwrite" //usage: "\n -j Do not restore paths" -//usage: "\n -p Print to stdout" +//usage: "\n -p Write to stdout" //usage: "\n -t Test" //usage: "\n -q Quiet" //usage: "\n -x FILE Exclude FILEs" |