summaryrefslogtreecommitdiff
path: root/Reflector.py
diff options
context:
space:
mode:
Diffstat (limited to 'Reflector.py')
-rw-r--r--Reflector.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Reflector.py b/Reflector.py
index 26e5b99..dcf85fd 100644
--- a/Reflector.py
+++ b/Reflector.py
@@ -66,7 +66,7 @@ DEFAULT_CACHE_TIMEOUT = 300
SORT_TYPES = {
'age': 'last server synchronization',
'rate': 'download rate',
- 'country': 'server\'s location',
+ 'country': 'country name, either alphabetically or in the order given by the --country option',
'score': 'MirrorStatus score',
'delay': 'MirrorStatus delay',
}