mirror of
https://github.com/pepa65/tldr-bash-client.git
synced 2024-11-16 00:28:35 +01:00
Update help text
This commit is contained in:
parent
b6c0ab8eb6
commit
3584f91169
2 changed files with 8 additions and 7 deletions
|
@ -20,10 +20,10 @@ Then make sure `~/bin` is in your `$PATH`. On OSX edit ~/.bash_profile (or ~/.ba
|
||||||
tldr [options] command
|
tldr [options] command
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
-l, --list: show all available pages
|
-l, --list: show all available pages
|
||||||
-u, --update: update, force retrieving latest copies of index and <command>
|
-p, --platform: show page from specific platform rather than autodetecting
|
||||||
-p, --platform: show page from specific platform rather than autodetecting
|
-u, --update: update, force retrieving latest copies of index and <command>
|
||||||
-h, -?: this help overview
|
-h, -?, --help: this help overview
|
||||||
|
|
||||||
command
|
command
|
||||||
Show examples for this command
|
Show examples for this command
|
||||||
|
|
7
tldr
7
tldr
|
@ -189,9 +189,10 @@ usage() {
|
||||||
USAGE: $cmd [options] <command>
|
USAGE: $cmd [options] <command>
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
-l, --list: show all available pages
|
-l, --list: show all available pages
|
||||||
-u, --update: update, force retrieving latest copies of locally cached files
|
-p, --platform: show page from specific platform rather than autodetecting
|
||||||
-h, -?: this help overview
|
-u, --update: update, force retrieving latest copies of locally cached files
|
||||||
|
-h, -?, --help: this help overview
|
||||||
|
|
||||||
<command>
|
<command>
|
||||||
Show examples for this command
|
Show examples for this command
|
||||||
|
|
Loading…
Reference in a new issue