This commit is contained in:
Patrick 2017-04-25 13:54:54 +00:00 committed by GitHub
commit 15ee7eb850

View file

@ -786,9 +786,9 @@ def main():
parser.add_argument(
'--feed', action='store_true', dest='feed',
help='Feed to parse')
parser.add_argument(
'-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.'))
parser.add_argument(
'-m', '--markup', dest='markup', default='rst',
help='Output markup format (supports rst & markdown)')