cpio: reinstate "options:" line in help text
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 30 Jun 2014 15:19:17 +0000 (17:19 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 30 Jun 2014 15:19:17 +0000 (17:19 +0200)
Otherwise, help text is confusing: where do operation modes end
and where options start?

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
archival/cpio.c

index 1cce7c8b414879b9c9f3b5b211e728bf27169b0f..454648d6824bef6c3374e26cd369a00cfdcb21bf 100644 (file)
@@ -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"