From d588ba74439604cf29100aec7cd1da640a5d6fe5 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 2 Mar 2019 11:21:25 -0800 Subject: Improve help consistency. More consistent tense, capitalization, and punctuation. A few commands were missing an introductory line, so I copied those from the first comment line. --- toys/posix/cpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/cpio.c') diff --git a/toys/posix/cpio.c b/toys/posix/cpio.c index 80567fd6..97b4035f 100644 --- a/toys/posix/cpio.c +++ b/toys/posix/cpio.c @@ -25,7 +25,7 @@ config CPIO usage: cpio -{o|t|i|p DEST} [-v] [--verbose] [-F FILE] [--no-preserve-owner] [ignored: -mdu -H newc] - copy files into and out of a "newc" format cpio archive + Copy files into and out of a "newc" format cpio archive. -F FILE Use archive FILE instead of stdin/stdout -p DEST Copy-pass mode, copy stdin file list to directory DEST -- cgit v1.2.3