From a907fbadc877d5acc55633e77d6d6193b46867a0 Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 19 Jan 2016 11:39:24 -0800 Subject: [PATCH] minor whitespace fix --- pelican/tools/pelican_import.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pelican/tools/pelican_import.py b/pelican/tools/pelican_import.py index 8e3db4c2..d16bff38 100755 --- a/pelican/tools/pelican_import.py +++ b/pelican/tools/pelican_import.py @@ -789,7 +789,8 @@ def main(): parser.add_argument( '-o', '--output', dest='output', default='output', help='Output path') - parser.add_argument('-o', '--output', dest='output', default='content', + parser.add_argument( + '-o', '--output', dest='output', default='content', help=('Where to output the generated markup files. If not specified, ' 'a directory will be created, named "content" in the current ' 'path.'))