Commit 230aa946 authored by Lasse Karstensen's avatar Lasse Karstensen

Improve help and clarity of --boilerplate.

parent 54af42d4
......@@ -47,7 +47,7 @@ import json
import hashlib
AMBOILERPLATE = '''
# Boilerplate generated by vmodtool.py - changes will be overwritten
# Generated by vmodtool.py --boilerplate.
AM_LDFLAGS = $(AM_LT_LDFLAGS)
......@@ -1133,7 +1133,7 @@ if __name__ == "__main__":
oparser.add_option('-b', '--boilerplate', action='store_true',
default=False,
help="Be strict when parsing the input file")
help="Create automake_boilerplate.am")
oparser.add_option('-N', '--strict', action='store_true', default=False,
help="Be strict when parsing the input file")
oparser.add_option('-o', '--output', metavar="prefix", default='vcc_if',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment