aboutsummaryrefslogtreecommitdiff
path: root/usage.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-06-24 12:36:54 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-06-24 12:36:54 +0000
commit2e6d3cfa82eb64fffe53ccb5669aa7146228cf8f (patch)
tree78fb21d71f9d8680422f85a00bc3045cd6185a99 /usage.h
parent15576268971168108f289cac6d6ecc6fdbb5075e (diff)
downloadbusybox-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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usage.h b/usage.h
index 51a06b977..bf10e114f 100644
--- a/usage.h
+++ b/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 \