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 /archival | |
parent | bf0f2c7aa6ab5c33c05b4620a6bfa286bd38c9f9 (diff) |
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>
Diffstat (limited to 'archival')
-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 @@ //usage: IF_FEATURE_CPIO_P( //usage: "\n -p DIR Copy files to DIR" //usage: ) +//usage: "\nOptions:" //usage: "\n -d Make leading directories" //usage: "\n -m Preserve mtime" //usage: "\n -v Verbose" |