Merge pull request #2251 from fgallaire/content

Change imported content directory name to "content". Fixes #2250
This commit is contained in:
Justin Mayer 2017-11-12 08:10:23 -08:00 committed by GitHub
commit 34103cd5dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -789,7 +789,7 @@ def main():
'--feed', action='store_true', dest='feed',
help='Feed to parse')
parser.add_argument(
'-o', '--output', dest='output', default='output',
'-o', '--output', dest='output', default='content',
help='Output path')
parser.add_argument(
'-m', '--markup', dest='markup', default='rst',