diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-02 14:12:48 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-08-02 14:12:48 +0200 |
commit | 18e781dc02cfc293d33b02f924ef70513c2f205a (patch) | |
tree | 232a4304b66a67a4db335d6ef3712b8ff659ecba /archival | |
parent | ec05df13b0f3bc69074909f078f981f417d95c89 (diff) | |
download | busybox-w32-18e781dc02cfc293d33b02f924ef70513c2f205a.tar.gz busybox-w32-18e781dc02cfc293d33b02f924ef70513c2f205a.tar.bz2 busybox-w32-18e781dc02cfc293d33b02f924ef70513c2f205a.zip |
config: do not use `a' quoting in help texts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r-- | archival/bbunzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c index d2b162d5e..9b9fdc87b 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c | |||
@@ -317,7 +317,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv) | |||
317 | //config: select FEATURE_GZIP_DECOMPRESS | 317 | //config: select FEATURE_GZIP_DECOMPRESS |
318 | //config: help | 318 | //config: help |
319 | //config: gunzip is used to decompress archives created by gzip. | 319 | //config: gunzip is used to decompress archives created by gzip. |
320 | //config: You can use the `-t' option to test the integrity of | 320 | //config: You can use the '-t' option to test the integrity of |
321 | //config: an archive, without decompressing it. | 321 | //config: an archive, without decompressing it. |
322 | //config: | 322 | //config: |
323 | //config:config ZCAT | 323 | //config:config ZCAT |