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/cal.c | 1 + 1 file changed, 1 insertion(+) (limited to 'toys/posix/cal.c') diff --git a/toys/posix/cal.c b/toys/posix/cal.c index e4301a64..bb476dfd 100644 --- a/toys/posix/cal.c +++ b/toys/posix/cal.c @@ -11,6 +11,7 @@ config CAL default y help usage: cal [[month] year] + Print a calendar. With one argument, prints all months of the specified year. -- cgit v1.2.3