From 973ae8b6d16d6ba2c1f3ddbb9ec092c99af3666e Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 18 Jan 2016 20:43:16 -0800 Subject: [PATCH] Update pelican_import.py --- pelican/tools/pelican_import.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pelican/tools/pelican_import.py b/pelican/tools/pelican_import.py index 84026e31..81bbc672 100755 --- a/pelican/tools/pelican_import.py +++ b/pelican/tools/pelican_import.py @@ -790,8 +790,9 @@ def main(): '-o', '--output', dest='output', default='output', help='Output path') 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.')) + help=('Where to output the generated markup files. If not specified, ' + 'a directory will be created, named "content" in the current ' + 'path.')) parser.add_argument( '--dir-cat', action='store_true', dest='dircat', help='Put files in directories with categories name')