[master] 230aa946f Improve help and clarity of --boilerplate.
Lasse Karstensen
lasse.karstensen at gmail.com
Mon Feb 18 15:19:11 UTC 2019
commit 230aa946f25395f3be339d12295347858e544d80
Author: Lasse Karstensen <lasse.karstensen at gmail.com>
Date: Mon Feb 18 16:16:50 2019 +0100
Improve help and clarity of --boilerplate.
diff --git a/lib/libvcc/vmodtool.py b/lib/libvcc/vmodtool.py
index 2a88c2ab4..fe2a45161 100755
--- a/lib/libvcc/vmodtool.py
+++ b/lib/libvcc/vmodtool.py
@@ -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',
More information about the varnish-commit
mailing list