From c8e764035e727a9bb850fcb0edb6e5516a4217a3 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Sun, 3 Jan 2016 21:40:19 -0800 Subject: [PATCH] Fix markdown formatting --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 65058d2..6c16c6b 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,16 @@ A fully-functional [bash](https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29) c `curl` needs to be available somewhere in your `$PATH`. The script is otherwise self-contained. # Usage -tldr [options] + tldr [options] command -[options] - -l, --list: show all available pages - -u, --update: update, force retrieving latest copies of index and - -p, --platform: show page from specific platform rather than autodetecting - -h, -?: this help overview + [options] + -l, --list: show all available pages + -u, --update: update, force retrieving latest copies of index and + -p, --platform: show page from specific platform rather than autodetecting + -h, -?: this help overview - - Show examples for this command + command + Show examples for this command The client caches a copy of all pages and the index locally under ~/.config/tldr. By default, the cached copies will expire in 14 days.