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/ar.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/ar.c')
-rw-r--r-- | archival/ar.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/archival/ar.c b/archival/ar.c index 8e4d81e..2886d15 100644 --- a/archival/ar.c +++ b/archival/ar.c @@ -21,29 +21,29 @@ //config: bool "ar (9.5 kb)" //config: default n # needs to be improved to be able to replace binutils ar //config: help -//config: ar is an archival utility program used to create, modify, and -//config: extract contents from archives. In practice, it is used exclusively -//config: for object module archives used by compilers. +//config: ar is an archival utility program used to create, modify, and +//config: extract contents from archives. In practice, it is used exclusively +//config: for object module archives used by compilers. //config: -//config: Unless you have a specific application which requires ar, you should -//config: probably say N here: most compilers come with their own ar utility. +//config: Unless you have a specific application which requires ar, you should +//config: probably say N here: most compilers come with their own ar utility. //config: //config:config FEATURE_AR_LONG_FILENAMES //config: bool "Support long filenames (not needed for debs)" //config: default y //config: depends on AR //config: help -//config: By default the ar format can only store the first 15 characters -//config: of the filename, this option removes that limitation. -//config: It supports the GNU ar long filename method which moves multiple long -//config: filenames into a the data section of a new ar entry. +//config: By default the ar format can only store the first 15 characters +//config: of the filename, this option removes that limitation. +//config: It supports the GNU ar long filename method which moves multiple long +//config: filenames into a the data section of a new ar entry. //config: //config:config FEATURE_AR_CREATE //config: bool "Support archive creation" //config: default y //config: depends on AR //config: help -//config: This enables archive creation (-c and -r) with busybox ar. +//config: This enables archive creation (-c and -r) with busybox ar. //applet:IF_AR(APPLET(ar, BB_DIR_USR_BIN, BB_SUID_DROP)) //kbuild:lib-$(CONFIG_AR) += ar.o |