diff options
author | Rob Landley <rob@landley.net> | 2014-06-02 21:16:20 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-06-02 21:16:20 -0500 |
commit | 314f19e4d2099eb19824df49d71953946486f78f (patch) | |
tree | 175a0ca0d19f045995da3e6e5328aa12ee90fc51 /toys/posix/cat.c | |
parent | 8b3b9aa1bdbd3a1d721873e4359f650ff52427e5 (diff) | |
download | toybox-314f19e4d2099eb19824df49d71953946486f78f.tar.gz |
Help text should have a blank line after usage: lines, and a couple other whitespace tweaks.
Diffstat (limited to 'toys/posix/cat.c')
-rw-r--r-- | toys/posix/cat.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. |