diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2014-06-30 17:19:17 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2014-06-30 17:19:17 +0200 |
commit | 184b2669175e562d58894e22f6320cebf3316c25 (patch) | |
tree | 33c335d34b9d36e370990583f642c0869f67000d | |
parent | bf0f2c7aa6ab5c33c05b4620a6bfa286bd38c9f9 (diff) | |
download | busybox-w32-184b2669175e562d58894e22f6320cebf3316c25.tar.gz busybox-w32-184b2669175e562d58894e22f6320cebf3316c25.tar.bz2 busybox-w32-184b2669175e562d58894e22f6320cebf3316c25.zip |
cpio: reinstate "options:" line in help text
Otherwise, help text is confusing: where do operation modes end
and where options start?
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | archival/cpio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/cpio.c b/archival/cpio.c index 1cce7c8b4..454648d68 100644 --- a/archival/cpio.c +++ b/archival/cpio.c | |||
@@ -65,6 +65,7 @@ | |||
65 | //usage: IF_FEATURE_CPIO_P( | 65 | //usage: IF_FEATURE_CPIO_P( |
66 | //usage: "\n -p DIR Copy files to DIR" | 66 | //usage: "\n -p DIR Copy files to DIR" |
67 | //usage: ) | 67 | //usage: ) |
68 | //usage: "\nOptions:" | ||
68 | //usage: "\n -d Make leading directories" | 69 | //usage: "\n -d Make leading directories" |
69 | //usage: "\n -m Preserve mtime" | 70 | //usage: "\n -m Preserve mtime" |
70 | //usage: "\n -v Verbose" | 71 | //usage: "\n -v Verbose" |