From f1ecb9249eb97f91502dd12fdecf98a4e38f64fb Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Wed, 20 Jan 2016 03:38:37 -0800 Subject: [PATCH] Cal: Condense examples to single line. --- pages/common/cal.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/common/cal.md b/pages/common/cal.md index 8393957300..e1cc92c76b 100644 --- a/pages/common/cal.md +++ b/pages/common/cal.md @@ -2,18 +2,18 @@ > Prints calendar information. -- Display a calendar for the current month or specified month: +- Display a calendar for the current month: `cal` -`cal -m {{12}}` -`cal -m {{Dec}}` -- Display a calendar for the current year or a specified year: +- Display a calendar for a specific month: + +`cal -m {{month_number}}` + +- Display all 12 months of calendar for a specific year: -`cal -y` `cal 2013` - Display date of Easter (western churches): -`ncal -e` -`ncal -e 2013` +`ncal -e {{year}}`