minor whitespace fix

This commit is contained in:
patrick 2016-01-19 11:39:24 -08:00
commit a907fbadc8

View file

@ -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.'))