diff options
author | Denys Vlasenko | 2017-08-02 14:12:48 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-08-02 14:12:48 +0200 |
commit | 18e781dc02cfc293d33b02f924ef70513c2f205a (patch) | |
tree | 232a4304b66a67a4db335d6ef3712b8ff659ecba /archival | |
parent | ec05df13b0f3bc69074909f078f981f417d95c89 (diff) | |
download | busybox-18e781dc02cfc293d33b02f924ef70513c2f205a.zip busybox-18e781dc02cfc293d33b02f924ef70513c2f205a.tar.gz |
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 d2b162d..9b9fdc8 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c @@ -317,7 +317,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv) //config: select FEATURE_GZIP_DECOMPRESS //config: help //config: gunzip is used to decompress archives created by gzip. -//config: You can use the `-t' option to test the integrity of +//config: You can use the '-t' option to test the integrity of //config: an archive, without decompressing it. //config: //config:config ZCAT |