From 66fce39b3708ea314fe8aeac8192dabe590e44f3 Mon Sep 17 00:00:00 2001 From: Kefei Lu Date: Sat, 26 Jan 2019 20:49:38 -0800 Subject: [PATCH] cal: add `-3` example (#2716) --- pages/linux/cal.md | 2 +- pages/osx/cal.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/linux/cal.md b/pages/linux/cal.md index eb4cafffd0..4471963004 100644 --- a/pages/linux/cal.md +++ b/pages/linux/cal.md @@ -8,7 +8,7 @@ - Display previous, current and next month: -`cal --three` +`cal -3` - Use monday as the first day of the week: diff --git a/pages/osx/cal.md b/pages/osx/cal.md index c3ef698621..00e9246d21 100644 --- a/pages/osx/cal.md +++ b/pages/osx/cal.md @@ -6,6 +6,10 @@ `cal` +- Display previous, current and next month: + +`cal -3` + - Display a calendar for a specific month (1-12 or name): `cal -m {{month}}`