whitespace fixes
[oweals/busybox.git] / archival / Config.in
index 619cd1bd555fa6060dc0f25b8fe7e2a48b2955ef..02daae1a0b05124e6649e78ad17ca6bba7b0a897 100644 (file)
@@ -29,7 +29,7 @@ config AR
          probably say N here.
 
 config FEATURE_AR_LONG_FILENAMES
-       bool "Enable support for long filenames (not need for debs)"
+       bool "Support for long filenames (not need for debs)"
        default n
        depends on AR
        help
@@ -78,14 +78,23 @@ config CPIO
          Unless you have a specific application which requires cpio, you should
          probably say N here.
 
+config FEATURE_CPIO_O
+       bool "Support for archive creation"
+       default n
+       depends on CPIO
+       help
+         This implementation of cpio can create cpio archives in the "newc"
+         format only.
+
 config DPKG
        bool "dpkg"
        default n
        help
-         dpkg is a medium-level tool to install, build, remove and manage Debian packages.
+         dpkg is a medium-level tool to install, build, remove and manage
+         Debian packages.
 
-         This implementation of dpkg has a number of limitations, you should use the
-         official dpkg if possible.
+         This implementation of dpkg has a number of limitations,
+         you should use the official dpkg if possible.
 
 config DPKG_DEB
        bool "dpkg_deb"
@@ -95,11 +104,11 @@ config DPKG_DEB
 
          This implementation of dpkg-deb cannot pack archives.
 
-         Unless you have a specific application which requires dpkg-deb, you should
-         probably say N here.
+         Unless you have a specific application which requires dpkg-deb,
+         say N here.
 
 config FEATURE_DPKG_DEB_EXTRACT_ONLY
-       bool "extract only (-x)"
+       bool "Extract only (-x)"
        default n
        depends on DPKG_DEB
        help
@@ -215,7 +224,7 @@ config FEATURE_TAR_FROM
          a list of files to include or exclude from an archive.
 
 config FEATURE_TAR_OLDGNU_COMPATIBILITY
-       bool "Enable support for old tar header format"
+       bool "Support for old tar header format"
        default N
        depends on TAR
        help
@@ -233,7 +242,7 @@ config FEATURE_TAR_OLDSUN_COMPATIBILITY
          It is said to be fixed in newer Sun tar, but "old" tarballs still exist.
 
 config FEATURE_TAR_GNU_EXTENSIONS
-       bool "Enable support for some GNU tar extensions"
+       bool "Support for GNU tar extensions (long filenames)"
        default y
        depends on TAR
        help
@@ -279,7 +288,7 @@ config UNLZMA
          should probably say N here.
 
 config FEATURE_LZMA_FAST
-       bool "Optimze unlzma for speed"
+       bool "Optimize unlzma for speed"
        default n
        depends on UNLZMA
        help
@@ -299,13 +308,6 @@ config UNZIP
 comment "Common options for cpio and tar"
        depends on CPIO || TAR
 
-config FEATURE_UNARCHIVE_TAPE
-       bool "Enable tape drive support"
-       default n
-       depends on CPIO || TAR
-       help
-         I don't think this is needed anymore.
-
 comment "Common options for dpkg and dpkg_deb"
        depends on DPKG || DPKG_DEB