Make default output file name airframes_reference.md, which is expected by our gitbooks

This commit is contained in:
Hamish Willee 2017-07-03 14:40:55 +10:00 committed by Lorenz Meier
parent 8edc70d150
commit 02b1048752

View File

@ -66,7 +66,7 @@ def main():
const="airframes.md",
metavar="FILENAME",
help="Create Markdown file"
" (default FILENAME: airframes.md)")
" (default FILENAME: airframes_reference.md)")
parser.add_argument("-s", "--start-script",
nargs='?',
const="rc.autostart",