From 184b2669175e562d58894e22f6320cebf3316c25 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 30 Jun 2014 17:19:17 +0200 Subject: 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 --- archival/cpio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'archival') 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" -- cgit v1.2.3