Added missing space

Added a space missing in multi-line help text string.
This commit is contained in:
Ian Lee 2016-03-14 13:20:17 -07:00 committed by Ian Lee
parent c0798f739b
commit 0237049d31
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ def find_links():
default=[],
metavar='url',
help="If a url or path to an html file, then parse for links to "
"archives. If a local path or file:// url that's a directory,"
"archives. If a local path or file:// url that's a directory, "
"then look for archives in the directory listing.")