diff options
| author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-24 12:36:54 +0000 |
|---|---|---|
| committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-24 12:36:54 +0000 |
| commit | 222e53d87d310a6eb886387908b6a8a8f764ddde (patch) | |
| tree | 78fb21d71f9d8680422f85a00bc3045cd6185a99 /include | |
| parent | 3f112d9577b556de7e29e6dc007772972f0e96bf (diff) | |
| download | busybox-w32-222e53d87d310a6eb886387908b6a8a8f764ddde.tar.gz busybox-w32-222e53d87d310a6eb886387908b6a8a8f764ddde.tar.bz2 busybox-w32-222e53d87d310a6eb886387908b6a8a8f764ddde.zip | |
Nore unarchive (and doc) fixes from Laurence Anderson
git-svn-id: svn://busybox.net/trunk/busybox@2894 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 2 | ||||
| -rw-r--r-- | include/usage.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/libbb.h b/include/libbb.h index a547953a1..102596c1f 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -227,7 +227,7 @@ enum extract_functions_e { | |||
| 227 | extract_control_tar_gz = 128, | 227 | extract_control_tar_gz = 128, |
| 228 | extract_unzip_only = 256, | 228 | extract_unzip_only = 256, |
| 229 | extract_unconditional = 512, | 229 | extract_unconditional = 512, |
| 230 | extract_create_dirs = 1024 | 230 | extract_create_leading_dirs = 1024 |
| 231 | }; | 231 | }; |
| 232 | char *unarchive(FILE *src_stream, void *(*get_header)(FILE *), | 232 | char *unarchive(FILE *src_stream, void *(*get_header)(FILE *), |
| 233 | const int extract_function, const char *prefix, char **extract_names); | 233 | const int extract_function, const char *prefix, char **extract_names); |
diff --git a/include/usage.h b/include/usage.h index 51a06b977..bf10e114f 100644 --- a/include/usage.h +++ b/include/usage.h | |||
| @@ -134,11 +134,11 @@ | |||
| 134 | #define cpio_full_usage \ | 134 | #define cpio_full_usage \ |
| 135 | "Extract or list files from a cpio archive\n" \ | 135 | "Extract or list files from a cpio archive\n" \ |
| 136 | "Main operation mode:\n" \ | 136 | "Main operation mode:\n" \ |
| 137 | "\td\t\tmake directories (assumed)\n" \ | 137 | "\td\t\tmake leading directories\n" \ |
| 138 | "\ti\t\textract\n" \ | 138 | "\ti\t\textract\n" \ |
| 139 | "\tm\t\tpreserve time\n" \ | 139 | "\tm\t\tpreserve mtime\n" \ |
| 140 | "\tt\t\tlist\n" \ | 140 | "\tt\t\tlist\n" \ |
| 141 | "\tu\t\tunconditional (assumed)\t" \ | 141 | "\tu\t\tunconditional overwrite\t" \ |
| 142 | "\tF\t\tinput from file\t" | 142 | "\tF\t\tinput from file\t" |
| 143 | 143 | ||
| 144 | #define cut_trivial_usage \ | 144 | #define cut_trivial_usage \ |
