From 15aae28e54c3fdfe2eb4fd4563cf095147e16fa2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 5 Sep 2020 20:42:56 +0200 Subject: reflector-2020.8.tar.xz --- man.md/reflector.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man.md') 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 -- cgit v1.2.3