Skip to content

Commit 4a9a756

Browse files
Update the help display in README
1 parent 00b1c1b commit 4a9a756

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

README.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,28 @@ A `Python` command line client for [tldr](https://github.com/tldr-pages/tldr).
2323

2424
## Usage
2525

26-
usage: tldr [-u] [-p PLATFORM] [-s SOURCE] [-c] [-r] [-L LANGUAGE] command
27-
28-
Python command line client for tldr
29-
30-
optional arguments:
31-
-h, --help show this help message and exit
32-
-v, --version show program's version number and exit
33-
-u, --update_cache Update the local cache of pages and exit
34-
-p PLATFORM, --platform PLATFORM
35-
Override the operating system [linux, osx, sunos,
36-
windows, common]
37-
-s SOURCE, --source SOURCE
38-
Override the default page source
39-
-c, --color Override color stripping
40-
-r, --render Render local markdown files
41-
-L LANGUAGE, --language LANGUAGE
42-
Override the default language
26+
```
27+
usage: tldr [-u] [-p PLATFORM] [-s SOURCE] [-c] [-r] [-L LANGUAGE] command
28+
29+
Python command line client for tldr
30+
31+
positional arguments:
32+
command command to lookup
33+
34+
optional arguments:
35+
-h, --help show this help message and exit
36+
-v, --version show program's version number and exit
37+
-u, --update_cache Update the local cache of pages and exit
38+
-p PLATFORM, --platform PLATFORM
39+
Override the operating system [linux, osx, sunos,
40+
windows, common]
41+
-s SOURCE, --source SOURCE
42+
Override the default page source
43+
-c, --color Override color stripping
44+
-r, --render Render local markdown files
45+
-L LANGUAGE, --language LANGUAGE
46+
Override the default language
47+
```
4348

4449
## Configuration
4550

0 commit comments

Comments
 (0)