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 /usage.h | |
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 '')
-rw-r--r-- | usage.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 \ |