diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2013-10-15 07:37:35 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2013-10-15 07:37:35 -0700 |
commit | 38500517d0396bd1cc94bf31293ba95ad2982dad (patch) | |
tree | cc34541c04e1b27868905dc30d1f080d59844f2b | |
parent | add a missed continue to optimize the loop (diff) | |
download | mirrorselect-38500517d0396bd1cc94bf31293ba95ad2982dad.tar.gz mirrorselect-38500517d0396bd1cc94bf31293ba95ad2982dad.tar.bz2 mirrorselect-38500517d0396bd1cc94bf31293ba95ad2982dad.zip |
fix some missed spaces in the help message
-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") |