diff options
| author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-24 12:36:54 +0000 |
|---|---|---|
| committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-06-24 12:36:54 +0000 |
| commit | 2e6d3cfa82eb64fffe53ccb5669aa7146228cf8f (patch) | |
| tree | 78fb21d71f9d8680422f85a00bc3045cd6185a99 /include | |
| parent | 15576268971168108f289cac6d6ecc6fdbb5075e (diff) | |
| download | busybox-w32-2e6d3cfa82eb64fffe53ccb5669aa7146228cf8f.tar.gz busybox-w32-2e6d3cfa82eb64fffe53ccb5669aa7146228cf8f.tar.bz2 busybox-w32-2e6d3cfa82eb64fffe53ccb5669aa7146228cf8f.zip | |
Nore unarchive (and doc) fixes from Laurence Anderson
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 \ |
