1
0
Fork 0
forked from github/pelican

another whitespace mistake in the CLI help

This commit is contained in:
derdon 2011-04-26 02:39:57 +02:00
commit 77457ed800

View file

@ -97,8 +97,8 @@ def main():
help='Where to output the generated files. If not specified, a directory'
' will be created, named "output" in the current path.')
parser.add_argument('-m', '--markup', default=None, dest='markup',
help='the list of markup language to use (rst or md). Please indicate them'
'separated by commas')
help='the list of markup language to use (rst or md). Please indicate '
'them separated by commas')
parser.add_argument('-s', '--settings', dest='settings',
help='the settings of the application. Default to None.')
parser.add_argument('-k', '--keep-output-directory', dest='keep',