From c5029aef51ffb3205ed27d7035c69e235318da0c Mon Sep 17 00:00:00 2001
From: excalibur1234 <excalibur1234@users.noreply.github.com>
Date: Tue, 18 Apr 2017 16:46:50 +0200
Subject: [PATCH] changed description in pacman-mirrors.conf

---
 conf/pacman-mirrors.conf | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/conf/pacman-mirrors.conf b/conf/pacman-mirrors.conf
index de18e1b9..0375375c 100644
--- a/conf/pacman-mirrors.conf
+++ b/conf/pacman-mirrors.conf
@@ -11,13 +11,15 @@
 # Method = rank
 
 ## Define protocols and priority eg. 'https,http' or 'http,https'
+## Available protocols are: http, https, ftp
 ## Defined protocols are written to the mirrorlist
 ## Leaving a protocol out will ban the protocol from being used
 ## Empty means all in no particular order
 # Protocols =
 
-## Specify to use only mirrors from specific a country.
-## Can add multiple countries separated by a comma (ex: Germany,France)
+## Specify to use only mirrors from a specific country.
+## Can add multiple countries separated by a comma (example: Germany,France,Belgium)
+## Get a list of all available counties with 'pacman-mirrors -l'
 ## Empty means all
 # OnlyCountry =
 
@@ -33,7 +35,7 @@
 ## pacman-mirrors package upgrade.
 # NoUpdate = False
 
-## When set to True - only ssl-enabled mirrors is used.
+## When set to True - only ssl-enabled mirrors are used.
 # SSL = False
 
 ## When set to False - all certificates are accepted.
-- 
GitLab