From 38500517d0396bd1cc94bf31293ba95ad2982dad Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Tue, 15 Oct 2013 07:37:35 -0700 Subject: fix some missed spaces in the help message --- mirrorselect/main.py | 4 ++-- 1 file 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") -- cgit v1.2.3