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/cpio.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/cpio.c')
-rw-r--r-- | archival/cpio.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/archival/cpio.c b/archival/cpio.c index 4416348..38bab82 100644 --- a/archival/cpio.c +++ b/archival/cpio.c @@ -18,30 +18,30 @@ //config: bool "cpio (14 kb)" //config: default y //config: help -//config: cpio is an archival utility program used to create, modify, and -//config: extract contents from archives. -//config: cpio has 110 bytes of overheads for every stored file. +//config: cpio is an archival utility program used to create, modify, and +//config: extract contents from archives. +//config: cpio has 110 bytes of overheads for every stored file. //config: -//config: This implementation of cpio can extract cpio archives created in the -//config: "newc" or "crc" format. +//config: This implementation of cpio can extract cpio archives created in the +//config: "newc" or "crc" format. //config: -//config: Unless you have a specific application which requires cpio, you -//config: should probably say N here. +//config: Unless you have a specific application which requires cpio, you +//config: should probably say N here. //config: //config:config FEATURE_CPIO_O //config: bool "Support archive creation" //config: default y //config: depends on CPIO //config: help -//config: This implementation of cpio can create cpio archives in the "newc" -//config: format only. +//config: This implementation of cpio can create cpio archives in the "newc" +//config: format only. //config: //config:config FEATURE_CPIO_P //config: bool "Support passthrough mode" //config: default y //config: depends on FEATURE_CPIO_O //config: help -//config: Passthrough mode. Rarely used. +//config: Passthrough mode. Rarely used. //applet:IF_CPIO(APPLET(cpio, BB_DIR_BIN, BB_SUID_DROP)) //kbuild:lib-$(CONFIG_CPIO) += cpio.o |