diff options
Diffstat (limited to 'mirrorselect/main.py')
-rwxr-xr-x | mirrorselect/main.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mirrorselect/main.py b/mirrorselect/main.py index 5ba9116..034a8de 100755 --- a/mirrorselect/main.py +++ b/mirrorselect/main.py @@ -278,8 +278,8 @@ class MirrorSelect(object): "eg.: -c 'South Korea'") group.add_option( "-R", "--region", action="store", default=None, - help="only use mirrors from the specified region" - "NOTE: Names with a space must be quoted" + help="only use mirrors from the specified region " + "NOTE: Names with a space must be quoted " "eg.: -r 'North America'") group = parser.add_option_group("Other options") |