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 /applets/usage.h | |
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 'applets/usage.h')
-rw-r--r-- | applets/usage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/usage.h b/applets/usage.h index 51a06b977..bf10e114f 100644 --- a/applets/usage.h +++ b/applets/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 \ |