diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-22 09:22:06 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-06-22 09:22:06 +0000 |
commit | e1886edd0ca3ea6f622c70d687a27f2b7eef52a7 (patch) | |
tree | 5a1924092009892cc80f0b0947ec1bae17ca3b1c /applets/usage.h | |
parent | db3c0c3742717789043407a05c90c8c8eef0dd5e (diff) | |
download | busybox-w32-e1886edd0ca3ea6f622c70d687a27f2b7eef52a7.tar.gz busybox-w32-e1886edd0ca3ea6f622c70d687a27f2b7eef52a7.tar.bz2 busybox-w32-e1886edd0ca3ea6f622c70d687a27f2b7eef52a7.zip |
cpio applet, and changes to associated code
git-svn-id: svn://busybox.net/trunk/busybox@2887 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets/usage.h')
-rw-r--r-- | applets/usage.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/applets/usage.h b/applets/usage.h index 9fd3a2e1c..51a06b977 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -129,6 +129,18 @@ | |||
129 | "\t-f\tforce (implied; ignored) - always set\n" \ | 129 | "\t-f\tforce (implied; ignored) - always set\n" \ |
130 | "\t-R\tCopies directories recursively" | 130 | "\t-R\tCopies directories recursively" |
131 | 131 | ||
132 | #define cpio_trivial_usage \ | ||
133 | "-[dimtuv][F cpiofile]" | ||
134 | #define cpio_full_usage \ | ||
135 | "Extract or list files from a cpio archive\n" \ | ||
136 | "Main operation mode:\n" \ | ||
137 | "\td\t\tmake directories (assumed)\n" \ | ||
138 | "\ti\t\textract\n" \ | ||
139 | "\tm\t\tpreserve time\n" \ | ||
140 | "\tt\t\tlist\n" \ | ||
141 | "\tu\t\tunconditional (assumed)\t" \ | ||
142 | "\tF\t\tinput from file\t" | ||
143 | |||
132 | #define cut_trivial_usage \ | 144 | #define cut_trivial_usage \ |
133 | "[OPTION]... [FILE]..." | 145 | "[OPTION]... [FILE]..." |
134 | #define cut_full_usage \ | 146 | #define cut_full_usage \ |