From 77decbbb90597baa942e224da2138477d273fc86 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Wed, 14 Sep 2022 23:19:41 +1000 Subject: [PATCH] tldr: refresh page (#8000) --- pages/common/tldr.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/common/tldr.md b/pages/common/tldr.md index 0fb59a22d..e7fc222eb 100644 --- a/pages/common/tldr.md +++ b/pages/common/tldr.md @@ -1,20 +1,20 @@ # tldr -> Displays simple help pages for command-line tools, from the tldr-pages project. +> Display simple help pages for command-line tools from the tldr-pages project. > More information: . -- Show the tldr page for a command (hint: this is how you got here!): +- Print the tldr page for a specific command (hint: this is how you got here!): `tldr {{command}}` -- Show the tldr page for `cd`, overriding the default platform: +- Print the tldr page for a specific subcommand: -`tldr -p {{android|linux|osx|sunos|windows}} {{cd}}` +`tldr {{command}}-{{subcommand}}` -- Show the tldr page for a subcommand: +- Print the tldr page for a command for a specific [p]latform: -`tldr {{git-checkout}}` +`tldr -p {{android|linux|osx|sunos|windows}} {{command}}` -- Update local pages (if the client supports caching): +- [u]pdate the local cache of tldr pages: `tldr -u`