index : reflector32 | |
Archlinux32 fork of reflector | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | man.md/reflector.1.md | 4 |
diff --git a/man.md/reflector.1.md b/man.md/reflector.1.md index ef107ce..d91434b 100644 --- a/man.md/reflector.1.md +++ b/man.md/reflector.1.md @@ -33,13 +33,13 @@ reflector --latest 5 --sort rate --save /etc/pacman.d/mirrorlist Select the 200 most recently synchronized HTTP or HTTPS mirrors, sort them by download speed, and overwrite the file /etc/pacman.d/mirrorlist: ~~~{.sh} -reflector --latest 200 --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist +reflector --latest 200 --protocol http,https --sort rate --save /etc/pacman.d/mirrorlist ~~~ Select the HTTPS mirrors synchronized within the last 12 hours and located in either France or Germany, sort them by download speed, and overwrite the file `/etc/pacman.d/mirrorlist` with the results: ~~~{.sh} -reflector --country France --country Germany --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist +reflector --country France,Germany --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist ~~~ # See Also |