From 774af43aa490c8d54fe4723128a40db7c96806f8 Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 28 Jan 2016 16:32:43 -0500 Subject: [PATCH] tldr: added `--update` example --- pages/common/tldr.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/tldr.md b/pages/common/tldr.md index 2c7b1e100e..e5e45d232d 100644 --- a/pages/common/tldr.md +++ b/pages/common/tldr.md @@ -5,3 +5,7 @@ - Get typical usages of a command (hint: this is how you got here!): `tldr {{command}}` + +- Update the local cache of tldr pages: + +`tldr --update`