forked from github/pelican
another whitespace mistake in the CLI help
This commit is contained in:
parent
dd62f293d6
commit
77457ed800
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue