1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 07:55:24 +02:00

reflector: add option placeholders (#16883)

This commit is contained in:
Managor 2025-06-18 06:05:13 +03:00 committed by GitHub
parent 87465c452c
commit e24e9bf912
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,11 +9,11 @@
- Only get German HTTPS mirrors: - 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: - Only get the 10 recently sync'd mirrors:
`reflector --latest {{10}}` `reflector {{[-l|--latest]}} {{10}}`
- Use a configuration file to fetch mirrors: - Use a configuration file to fetch mirrors: