mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 23:33:41 +02:00
man: fix locale option example (#8465)
This commit is contained in:
parent
040bba8721
commit
f855dd1b1f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
- Display the man page using a specific locale:
|
- Display the man page using a specific locale:
|
||||||
|
|
||||||
`man {{command}} --locale={{locale}}`
|
`man --locale={{locale}} {{command}}`
|
||||||
|
|
||||||
- Search for manpages containing a search string:
|
- Search for manpages containing a search string:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue