From cc5f0ac6a46672e13aab31daab0efd01febe2c1a Mon Sep 17 00:00:00 2001 From: Peter Mosmans Date: Wed, 10 May 2017 19:40:43 +1000 Subject: [PATCH] Change default FOP configuration file: /etc/docbuilder/fop.xconf --- chatops/python/docbuilder.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chatops/python/docbuilder.py b/chatops/python/docbuilder.py index a1c85d6..b774018 100644 --- a/chatops/python/docbuilder.py +++ b/chatops/python/docbuilder.py @@ -57,12 +57,12 @@ the Free Software Foundation, either version 3 of the License, or parser.add_argument('-date', action='store', help='the invoice date') parser.add_argument('-execsummary', action='store', - help="""create an executive summary as well as a report (true/false). + help="""create an executive summary as well as a report (true/false). Default: false """) parser.add_argument('--fop-config', action='store', - default='/etc/docbuilder/rosfop.xconf', + default='/etc/docbuilder/fop.xconf', help="""fop configuration file (default - /etc/docbuilder/rosfop.xconf""") + /etc/docbuilder/fop.xconf""") parser.add_argument('-f', '--fop', action='store', default='../target/report.fo', help="""intermediate fop output file (default: