diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-14 19:37:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-14 19:37:08 +0000 |
commit | e5642119ee566520a098027746808dd6b9226d99 (patch) | |
tree | bcdb42552005d1498a48ffd634b1c216f01b8f13 /archival | |
parent | 1eceb127bd189bf377b6f25dfce04d61e25d89d2 (diff) | |
download | busybox-w32-e5642119ee566520a098027746808dd6b9226d99.tar.gz busybox-w32-e5642119ee566520a098027746808dd6b9226d99.tar.bz2 busybox-w32-e5642119ee566520a098027746808dd6b9226d99.zip |
Patch from Thomas Cameron:
Hello all,
This patch adds more "Help" text to the config system. Almost
all applets now have a help entry. Also, I cleaned up the spacing of
the existing text so that things are consistent. This patch is against
this morning's CVS.
Thomas Cameron
CEI Systems, Inc.
Diffstat (limited to 'archival')
-rw-r--r-- | archival/Config.in | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/archival/Config.in b/archival/Config.in index 709eee897..09e40dd49 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -120,25 +120,25 @@ config CONFIG_GUNZIP | |||
120 | bool "gunzip" | 120 | bool "gunzip" |
121 | default n | 121 | default n |
122 | help | 122 | help |
123 | gunzip is used to decompress archives created by gzip. | 123 | gunzip is used to decompress archives created by gzip. |
124 | You can use the `-t' option to test the integrity of | 124 | You can use the `-t' option to test the integrity of |
125 | an archive, without decompressing it. | 125 | an archive, without decompressing it. |
126 | 126 | ||
127 | config CONFIG_FEATURE_GUNZIP_UNCOMPRESS | 127 | config CONFIG_FEATURE_GUNZIP_UNCOMPRESS |
128 | bool " Uncompress support" | 128 | bool " Uncompress support" |
129 | default n | 129 | default n |
130 | depends on CONFIG_GUNZIP | 130 | depends on CONFIG_GUNZIP |
131 | help | 131 | help |
132 | If you want gunzip to have the ability to decompress | 132 | If you want gunzip to have the ability to decompress |
133 | archives created by the program compress (not much | 133 | archives created by the program compress (not much |
134 | used anymore). | 134 | used anymore). |
135 | 135 | ||
136 | config CONFIG_GZIP | 136 | config CONFIG_GZIP |
137 | bool "gzip" | 137 | bool "gzip" |
138 | default n | 138 | default n |
139 | help | 139 | help |
140 | gzip is used to compress files. | 140 | gzip is used to compress files. |
141 | It's probably the most used UNIX compression program. | 141 | It's probably the most used UNIX compression program. |
142 | 142 | ||
143 | config CONFIG_RPM2CPIO | 143 | config CONFIG_RPM2CPIO |
144 | bool "rpm2cpio" | 144 | bool "rpm2cpio" |
@@ -156,41 +156,41 @@ config CONFIG_TAR | |||
156 | bool "tar" | 156 | bool "tar" |
157 | default n | 157 | default n |
158 | help | 158 | help |
159 | tar is an archiving program. It's commonly used with gzip to | 159 | tar is an archiving program. It's commonly used with gzip to |
160 | create compressed archives. It's probably the most used | 160 | create compressed archives. It's probably the most used |
161 | UNIX archive program. | 161 | UNIX archive program. |
162 | 162 | ||
163 | config CONFIG_FEATURE_TAR_CREATE | 163 | config CONFIG_FEATURE_TAR_CREATE |
164 | bool " Enable archive creation" | 164 | bool " Enable archive creation" |
165 | default y | 165 | default y |
166 | depends on CONFIG_TAR | 166 | depends on CONFIG_TAR |
167 | help | 167 | help |
168 | If you enable this option you'll be able to create | 168 | If you enable this option you'll be able to create |
169 | tar archives using the `-c' option. | 169 | tar archives using the `-c' option. |
170 | 170 | ||
171 | config CONFIG_FEATURE_TAR_BZIP2 | 171 | config CONFIG_FEATURE_TAR_BZIP2 |
172 | bool " Enable -j option to handle .tar.bz2 files" | 172 | bool " Enable -j option to handle .tar.bz2 files" |
173 | default n | 173 | default n |
174 | depends on CONFIG_TAR | 174 | depends on CONFIG_TAR |
175 | help | 175 | help |
176 | If you enable this option you'll be able to extract | 176 | If you enable this option you'll be able to extract |
177 | archives compressed with bzip2. | 177 | archives compressed with bzip2. |
178 | 178 | ||
179 | config CONFIG_FEATURE_TAR_EXCLUDE | 179 | config CONFIG_FEATURE_TAR_EXCLUDE |
180 | bool " Enable -X and --exclude options (exclude files)" | 180 | bool " Enable -X and --exclude options (exclude files)" |
181 | default n | 181 | default n |
182 | depends on CONFIG_TAR | 182 | depends on CONFIG_TAR |
183 | help | 183 | help |
184 | If you enable this option you'll be able to specify | 184 | If you enable this option you'll be able to specify |
185 | a list of files to exclude from an archive. | 185 | a list of files to exclude from an archive. |
186 | 186 | ||
187 | config CONFIG_FEATURE_TAR_GZIP | 187 | config CONFIG_FEATURE_TAR_GZIP |
188 | bool " Enable -z option" | 188 | bool " Enable -z option" |
189 | default y | 189 | default y |
190 | depends on CONFIG_TAR | 190 | depends on CONFIG_TAR |
191 | help | 191 | help |
192 | If you enable this option tar will be able to call gzip, | 192 | If you enable this option tar will be able to call gzip, |
193 | when creating or extracting tar gziped archives. | 193 | when creating or extracting tar gziped archives. |
194 | 194 | ||
195 | config CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY | 195 | config CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY |
196 | bool " Enable support for old tar header format" | 196 | bool " Enable support for old tar header format" |
@@ -206,8 +206,8 @@ config CONFIG_FEATURE_TAR_GNU_EXTENSIONS | |||
206 | default y | 206 | default y |
207 | depends on CONFIG_TAR | 207 | depends on CONFIG_TAR |
208 | help | 208 | help |
209 | With this option busybox supports GNU long filenames and | 209 | With this option busybox supports GNU long filenames and |
210 | linknames. | 210 | linknames. |
211 | 211 | ||
212 | config CONFIG_FEATURE_UNARCHIVE_TAPE | 212 | config CONFIG_FEATURE_UNARCHIVE_TAPE |
213 | bool " Enable tape drive support" | 213 | bool " Enable tape drive support" |
@@ -220,17 +220,17 @@ config CONFIG_UNCOMPRESS | |||
220 | bool "uncompress" | 220 | bool "uncompress" |
221 | default n | 221 | default n |
222 | help | 222 | help |
223 | uncompress is used to decompress archives created by compress. | 223 | uncompress is used to decompress archives created by compress. |
224 | Not much used anymore, replaced by gzip/gunzip. | 224 | Not much used anymore, replaced by gzip/gunzip. |
225 | 225 | ||
226 | config CONFIG_UNZIP | 226 | config CONFIG_UNZIP |
227 | bool "unzip" | 227 | bool "unzip" |
228 | default n | 228 | default n |
229 | help | 229 | help |
230 | unzip will list or extract files from a ZIP archive, | 230 | unzip will list or extract files from a ZIP archive, |
231 | commonly found on DOS/WIN systems. The default behavior | 231 | commonly found on DOS/WIN systems. The default behavior |
232 | (with no options) is to extract the archive into the | 232 | (with no options) is to extract the archive into the |
233 | current directory. Use the `-d' option to extract to a | 233 | current directory. Use the `-d' option to extract to a |
234 | directory of your choice. | 234 | directory of your choice. |
235 | 235 | ||
236 | endmenu | 236 | endmenu |