Fix up so image links work properly

This commit is contained in:
Hamish Willee
2017-07-03 15:18:10 +10:00
committed by Lorenz Meier
parent 02b1048752
commit 5af62c8e49
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ def main():
" (default FILENAME: airframes.xml)")
parser.add_argument("-m", "--markdown",
nargs='?',
const="airframes.md",
const="airframe_reference.md",
metavar="FILENAME",
help="Create Markdown file"
" (default FILENAME: airframes_reference.md)")