summaryrefslogtreecommitdiff
path: root/man.md
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-09-05 20:42:56 +0200
committerErich Eckner <git@eckner.net>2020-09-05 20:42:56 +0200
commit15aae28e54c3fdfe2eb4fd4563cf095147e16fa2 (patch)
treed5989e37bcaf2c3a4519549b94ed6ccf48e9e148 /man.md
parentdef54f9d8b2758c36eb4ce382bd08d7897197d4a (diff)
downloadreflector32-15aae28e54c3fdfe2eb4fd4563cf095147e16fa2.tar.xz
reflector-2020.8.tar.xz
Diffstat (limited to 'man.md')
-rw-r--r--man.md/reflector.1.md4
1 files changed, 2 insertions, 2 deletions
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