diff --git a/xwordlist/xwordlist.py b/xwordlist/xwordlist.py index 2667b84..51b5b1f 100755 --- a/xwordlist/xwordlist.py +++ b/xwordlist/xwordlist.py @@ -237,7 +237,7 @@ def main(): better understand how this works.' parser.add_argument('--word2word', action='store_true', help=word2word_help) - convert_help = 'Convert a block of text into individual words, separating words by spaces' + convert_help = 'Convert a block of text into individual words, separating words by spaces ' parser.add_argument('--convert', nargs='?', const=defArgs['defaults']['convert'], help=convert_help) alphabetize_help = 'Alphabetize the list '