From 97ccfcd56ef9013296710ed95ba1314ba9a70bf0 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Sun, 18 Apr 2021 03:43:41 +0200 Subject: [PATCH] tldr: edit examples (#5508) --- pages/common/tldr.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/tldr.md b/pages/common/tldr.md index 6c7dd4a838..7829071f9b 100644 --- a/pages/common/tldr.md +++ b/pages/common/tldr.md @@ -3,15 +3,15 @@ > Displays simple help pages for command-line tools, from the tldr-pages project. > More information: . -- Get typical usages of a command (hint: this is how you got here!): +- Show the tldr page for a command (hint: this is how you got here!): `tldr {{command}}` -- Show the tar tldr page for Linux: +- Show the tldr page for `cd`, overriding the default platform: -`tldr -p {{linux}} {{tar}}` +`tldr -p {{windows}} {{cd}}` -- Get help for a Git subcommand: +- Show the tldr page for a subcommand: `tldr {{git-checkout}}`