diff options
author | Denys Vlasenko | 2009-06-18 13:23:58 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-06-18 13:23:58 +0200 |
commit | bcbd37df2495359195b0deda7c85deacc9b3ff13 (patch) | |
tree | bcbbf5011f4972def1e79210f23bcacc04d73ff2 /archival | |
parent | 14f6f0ad4a9d07f927b96b08c20d7ea546318517 (diff) | |
download | busybox-bcbd37df2495359195b0deda7c85deacc9b3ff13.zip busybox-bcbd37df2495359195b0deda7c85deacc9b3ff13.tar.gz |
tweak Config texts and some broken English elsewhere
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r-- | archival/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/archival/Config.in b/archival/Config.in index a983e44..1ea6f3d 100644 --- a/archival/Config.in +++ b/archival/Config.in @@ -53,12 +53,12 @@ config AR probably say N here. config FEATURE_AR_LONG_FILENAMES - bool "Support for long filenames (not need for debs)" + bool "Support for long filenames (not needed for debs)" default n depends on AR help - By default the ar format can only store the first 15 characters of - the filename, this option removes that limitation. + By default the ar format can only store the first 15 characters + of the filename, this option removes that limitation. It supports the GNU ar long filename method which moves multiple long filenames into a the data section of a new ar entry. @@ -211,11 +211,11 @@ config FEATURE_TAR_CREATE tar archives using the `-c' option. config FEATURE_TAR_AUTODETECT - bool "Autodetect gz/bz2 compressed tarballs" + bool "Autodetect compressed tarballs" default n depends on FEATURE_SEAMLESS_Z || FEATURE_SEAMLESS_GZ || FEATURE_SEAMLESS_BZ2 || FEATURE_SEAMLESS_LZMA help - With this option tar can automatically detect gzip/bzip2 compressed + With this option tar can automatically detect compressed tarballs. Currently it works only on files (not pipes etc). config FEATURE_TAR_FROM |