whitespace fixes
[oweals/busybox.git] / archival / Config.in
index 28450612ed70389a174d7bf0eafa062956fede6b..02daae1a0b05124e6649e78ad17ca6bba7b0a897 100644 (file)
@@ -90,10 +90,11 @@ 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"
@@ -103,8 +104,8 @@ 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)"
@@ -287,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
@@ -307,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