aboutsummaryrefslogtreecommitdiff
path: root/archival/ar.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-20 23:28:00 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-20 23:28:00 +0200
commit75d151e31d135ebab083307ded4e9b98970baa75 (patch)
tree2af1b57b1060f0384f6e2761a88e9c099aa5cfa0 /archival/ar.c
parentad37abf4231275d0991d42f9003666f1efd4114b (diff)
downloadbusybox-w32-75d151e31d135ebab083307ded4e9b98970baa75.tar.gz
busybox-w32-75d151e31d135ebab083307ded4e9b98970baa75.tar.bz2
busybox-w32-75d151e31d135ebab083307ded4e9b98970baa75.zip
libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA
While at it, tweak some config help texts. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/ar.c')
-rw-r--r--archival/ar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/archival/ar.c b/archival/ar.c
index 969b6f2bc..8e4d81eeb 100644
--- a/archival/ar.c
+++ b/archival/ar.c
@@ -25,8 +25,6 @@
25//config: extract contents from archives. In practice, it is used exclusively 25//config: extract contents from archives. In practice, it is used exclusively
26//config: for object module archives used by compilers. 26//config: for object module archives used by compilers.
27//config: 27//config:
28//config: On an x86 system, the ar applet adds about 1K.
29//config:
30//config: Unless you have a specific application which requires ar, you should 28//config: Unless you have a specific application which requires ar, you should
31//config: probably say N here: most compilers come with their own ar utility. 29//config: probably say N here: most compilers come with their own ar utility.
32//config: 30//config: