@@ -43,7 +43,7 @@ sudo snap install tldr
4343
4444## Usage
4545
46- ``` txt
46+ ``` bash
4747usage: tldr command [options]
4848
4949Python command line client for tldr
@@ -57,8 +57,7 @@ options:
5757 --search "KEYWORDS" Search for a specific command from a query
5858 -u, --update, --update_cache
5959 Update the local cache of pages and exit
60- -k, --clear-cache
61- Delete the local cache of pages and exit
60+ -k, --clear-cache Delete the local cache of pages and exit
6261 -p PLATFORM, --platform PLATFORM
6362 Override the operating system [android, freebsd, linux, netbsd, openbsd, osx, sunos, windows, common]
6463 -l, --list List all available commands for operating system
@@ -69,6 +68,8 @@ options:
6968 -L LANGUAGE, --language LANGUAGE
7069 Override the default language
7170 -m, --markdown Just print the plain page file.
71+ --short-options Display shortform options over longform
72+ --long-options Display longform options over shortform
7273 --print-completion {bash,zsh,tcsh}
7374 print shell completion script
7475```
@@ -109,7 +110,8 @@ In order of precedence:
109110- ` ~/.cache/tldr`
110111
111112If you are experiencing issues with * tldr* , consider deleting the cache files before trying other measures:
112- ```
113+
114+ ` ` ` bash
113115tldr --clear-cache
114116` ` `
115117
@@ -144,7 +146,7 @@ will disable SSL certificate inspection. This __should be avoided__ unless absol
144146
145147Alternatively, It is possible to use a different certificate store/bundle by setting:
146148
147- * ` TLDR_CERT=/path/to/certificates.crt `
149+ - ` TLDR_CERT=/path/to/certificates.crt`
148150
149151# ## Colors
150152
0 commit comments