From: Denys Vlasenko Date: Mon, 30 Jun 2014 15:19:17 +0000 (+0200) Subject: cpio: reinstate "options:" line in help text X-Git-Tag: 1_23_0~84 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=184b2669175e562d58894e22f6320cebf3316c25;p=oweals%2Fbusybox.git 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 --- 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"