diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-24 21:54:44 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-24 21:54:44 +0000 |
commit | d031ffa623203b1dc756a1e02e06f261fdc30872 (patch) | |
tree | 26f4426eba02d3b7f22da62ef3af151a89c99e3f /archival/Config.in | |
parent | b833ca9d2d705943bb980c7a705aa3f07c7b5618 (diff) | |
download | busybox-w32-d031ffa623203b1dc756a1e02e06f261fdc30872.tar.gz busybox-w32-d031ffa623203b1dc756a1e02e06f261fdc30872.tar.bz2 busybox-w32-d031ffa623203b1dc756a1e02e06f261fdc30872.zip |
tar: sanitize option handling
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/Config.in b/archival/Config.in index bc87573b1..de493efa2 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -292,9 +292,9 @@ config FEATURE_DEB_TAR_LZMA | |||
292 | depends on DPKG || DPKG_DEB | 292 | depends on DPKG || DPKG_DEB |
293 | help | 293 | help |
294 | This allows dpkg and dpkg-deb to extract deb's that are compressed | 294 | This allows dpkg and dpkg-deb to extract deb's that are compressed |
295 | internally with lzma instead of gzip. | 295 | internally with lzma instead of gzip. |
296 | 296 | ||
297 | You only want this if you are creating your own custom debian | 297 | You only want this if you are creating your own custom debian |
298 | packages that use an internal control.tar.lzma or data.tar.lzma. | 298 | packages that use an internal control.tar.lzma or data.tar.lzma. |
299 | 299 | ||
300 | endmenu | 300 | endmenu |