From 314f19e4d2099eb19824df49d71953946486f78f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 2 Jun 2014 21:16:20 -0500 Subject: Help text should have a blank line after usage: lines, and a couple other whitespace tweaks. --- toys/posix/cat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/posix/cat.c') diff --git a/toys/posix/cat.c b/toys/posix/cat.c index 78881c4c..3644c4f9 100644 --- a/toys/posix/cat.c +++ b/toys/posix/cat.c @@ -11,6 +11,7 @@ config CAT default y help usage: cat [-u] [file...] + Copy (concatenate) files to stdout. If no files listed, copy from stdin. Filename "-" is a synonym for stdin. -- cgit v1.2.3