diff options
author | Denys Vlasenko | 2017-07-21 09:50:55 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-21 09:50:55 +0200 |
commit | 72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch) | |
tree | a5cd9d8f47e909834d3dbc44f895556e68bcf18f /archival/gzip.c | |
parent | 75d151e31d135ebab083307ded4e9b98970baa75 (diff) | |
download | busybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip busybox-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz |
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/gzip.c')
-rw-r--r-- | archival/gzip.c | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index a883a1f..4cf34ac 100644 --- a/archival/gzip.c +++ b/archival/gzip.c @@ -41,8 +41,8 @@ aa: 85.1% -- replaced with aa.gz //config: bool "gzip (19 kb)" //config: default y //config: help -//config: gzip is used to compress files. -//config: It's probably the most widely used UNIX compression program. +//config: gzip is used to compress files. +//config: It's probably the most widely used UNIX compression program. //config: //config:config FEATURE_GZIP_LONG_OPTIONS //config: bool "Enable long options" @@ -55,30 +55,30 @@ aa: 85.1% -- replaced with aa.gz //config: range 0 2 //config: depends on GZIP //config: help -//config: Enable big memory options for gzip. -//config: 0: small buffers, small hash-tables -//config: 1: larger buffers, larger hash-tables -//config: 2: larger buffers, largest hash-tables -//config: Larger models may give slightly better compression +//config: Enable big memory options for gzip. +//config: 0: small buffers, small hash-tables +//config: 1: larger buffers, larger hash-tables +//config: 2: larger buffers, largest hash-tables +//config: Larger models may give slightly better compression //config: //config:config FEATURE_GZIP_LEVELS //config: bool "Enable compression levels" //config: default n //config: depends on GZIP //config: help -//config: Enable support for compression levels 4-9. The default level -//config: is 6. If levels 1-3 are specified, 4 is used. -//config: If this option is not selected, -N options are ignored and -9 -//config: is used. +//config: Enable support for compression levels 4-9. The default level +//config: is 6. If levels 1-3 are specified, 4 is used. +//config: If this option is not selected, -N options are ignored and -9 +//config: is used. //config: //config:config FEATURE_GZIP_DECOMPRESS //config: bool "Enable decompression" //config: default y //config: depends on GZIP || GUNZIP || ZCAT //config: help -//config: Enable -d (--decompress) and -t (--test) options for gzip. -//config: This will be automatically selected if gunzip or zcat is -//config: enabled. +//config: Enable -d (--decompress) and -t (--test) options for gzip. +//config: This will be automatically selected if gunzip or zcat is +//config: enabled. //applet:IF_GZIP(APPLET(gzip, BB_DIR_BIN, BB_SUID_DROP)) //kbuild:lib-$(CONFIG_GZIP) += gzip.o |