mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 14:55:23 +02:00
reflector: add option placeholders (#16883)
This commit is contained in:
parent
87465c452c
commit
e24e9bf912
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
|||
|
||||
- Only get German HTTPS mirrors:
|
||||
|
||||
`reflector --country {{Germany}} --protocol {{https}}`
|
||||
`reflector {{[-c|--country]}} {{Germany}} {{[-p|--protocol]}} {{https}}`
|
||||
|
||||
- Only get the 10 recently sync'd mirrors:
|
||||
|
||||
`reflector --latest {{10}}`
|
||||
`reflector {{[-l|--latest]}} {{10}}`
|
||||
|
||||
- Use a configuration file to fetch mirrors:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue