diff options
Diffstat (limited to 'toys/posix/cal.c')
-rw-r--r-- | toys/posix/cal.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. |