mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
multiple pages: fixed typos (#2871)
This commit is contained in:
parent
0eef8fc994
commit
9abddffd09
5 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
> Renders an animated tree diagram of Git, SVN, Mercurial and Bazaar repositories.
|
> Renders an animated tree diagram of Git, SVN, Mercurial and Bazaar repositories.
|
||||||
> It shows files and directories being created, modified or removed over time.
|
> It shows files and directories being created, modified or removed over time.
|
||||||
|
|
||||||
- Run gource in a directory (if it isn't the repository's root directory, the root is seeked up from there):
|
- Run gource in a directory (if it isn't the repository's root directory, the root is sought up from there):
|
||||||
|
|
||||||
`gource {{path/to/repository}}`
|
`gource {{path/to/repository}}`
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,6 @@
|
||||||
|
|
||||||
`kubetail {{my_app}} -c {{my_container_1}} -c {{my_container_2}}`
|
`kubetail {{my_app}} -c {{my_container_1}} -c {{my_container_2}}`
|
||||||
|
|
||||||
- To tail multiple applications at the same time seperate them by comma:
|
- To tail multiple applications at the same time separate them by comma:
|
||||||
|
|
||||||
`kubetail {{my_app_1}},{{my_app_2}}`
|
`kubetail {{my_app_1}},{{my_app_2}}`
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
`xxd -c {{10}} {{input_file}}`
|
`xxd -c {{10}} {{input_file}}`
|
||||||
|
|
||||||
- Display output only upto a length of 32 bytes:
|
- Display output only up to a length of 32 bytes:
|
||||||
|
|
||||||
`xxd -l {{32}} {{input_file}}`
|
`xxd -l {{32}} {{input_file}}`
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
`aspell check {{path/to/file}}`
|
`aspell check {{path/to/file}}`
|
||||||
|
|
||||||
- List mispelled words from standard input:
|
- List misspelled words from standard input:
|
||||||
|
|
||||||
`cat {{file}} | aspell list`
|
`cat {{file}} | aspell list`
|
||||||
|
|
||||||
|
@ -18,6 +18,6 @@
|
||||||
|
|
||||||
`aspell --lang={{cs}}`
|
`aspell --lang={{cs}}`
|
||||||
|
|
||||||
- List mispelled words from standard input and ignore words from personal word list:
|
- List misspelled words from standard input and ignore words from personal word list:
|
||||||
|
|
||||||
`cat {{file}} | aspell --personal={{personal-word-list.pws}} {{list}}`
|
`cat {{file}} | aspell --personal={{personal-word-list.pws}} {{list}}`
|
||||||
|
|
|
@ -26,6 +26,6 @@
|
||||||
|
|
||||||
`xfce4-screenshooter --window --clipboard`
|
`xfce4-screenshooter --window --clipboard`
|
||||||
|
|
||||||
- Take a screenshot of the active window, and open it with a choosen program:
|
- Take a screenshot of the active window, and open it with a chosen program:
|
||||||
|
|
||||||
`xfce4-screenshooter --window --open {{gimp}}`
|
`xfce4-screenshooter --window --open {{gimp}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue