From 3584f91169691099f48fbfec9fc50f7e0dab0ec3 Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Thu, 14 Jan 2016 11:40:42 -0800 Subject: [PATCH] Update help text --- README.md | 8 ++++---- tldr | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a9abc39..b895a91 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Then make sure `~/bin` is in your `$PATH`. On OSX edit ~/.bash_profile (or ~/.ba 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 + -l, --list: show all available pages + -p, --platform: show page from specific platform rather than autodetecting + -u, --update: update, force retrieving latest copies of index and + -h, -?, --help: this help overview command Show examples for this command diff --git a/tldr b/tldr index 2c0b6ac..2b294c0 100755 --- a/tldr +++ b/tldr @@ -189,9 +189,10 @@ usage() { USAGE: $cmd [options] [options] - -l, --list: show all available pages - -u, --update: update, force retrieving latest copies of locally cached files - -h, -?: this help overview + -l, --list: show all available pages + -p, --platform: show page from specific platform rather than autodetecting + -u, --update: update, force retrieving latest copies of locally cached files + -h, -?, --help: this help overview Show examples for this command