From 331400f9648740588e4451ec9a0324f62fd4db0c Mon Sep 17 00:00:00 2001 From: Nicolas Zachow Date: Sun, 19 Nov 2017 00:59:51 -0300 Subject: [PATCH 1/2] cal: Add use case For clarity I changed "-m" to "--monday". Also, I've removed the "cal -y" for simplicity. You could just user "cal {year}" to get the same information. --- pages/linux/cal.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/linux/cal.md b/pages/linux/cal.md index 5377b31922..f85f2f14c8 100644 --- a/pages/linux/cal.md +++ b/pages/linux/cal.md @@ -6,13 +6,13 @@ `cal` +- Display previous, current and next month: + +`cal --three` + - Use monday as the first day of the week: -`cal -m` - -- Display a calendar for the current year: - -`cal -y` +`cal --monday` - Display a calendar for a specific year (4 digits): From 625d6c141315803fbf191d6794e7ba7a2dea4cbc Mon Sep 17 00:00:00 2001 From: Nicolas Zachow Date: Sun, 19 Nov 2017 01:09:05 -0300 Subject: [PATCH 2/2] Removing skeaky space. --- pages/linux/cal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/cal.md b/pages/linux/cal.md index f85f2f14c8..eb4cafffd0 100644 --- a/pages/linux/cal.md +++ b/pages/linux/cal.md @@ -6,7 +6,7 @@ `cal` -- Display previous, current and next month: +- Display previous, current and next month: `cal --three`