config: do not use `a' quoting in help texts

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-08-02 14:12:48 +02:00
parent ec05df13b0
commit 18e781dc02
6 changed files with 6 additions and 6 deletions

View File

@@ -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