make executable, remove double -o

This commit is contained in:
Christoph Holtermann
2018-09-21 08:49:48 +02:00
committed by c-holtermann
parent 1184e92687
commit 247d04a544

7
bindings/python/example_scripts/gncinvoice_jinja.py Normal file → Executable file
View File

@@ -5,7 +5,7 @@
# @brief exports an invoice from gnucash using a template file, see \ref py_invoice_export
# @ingroup python_bindings_examples
# @author Christoph Holtermann (c.holtermann (at) gmx.de)
# @date 2014-11
# @date 2014-2018
#
# @details
# Input is a template file that will be filled with information from
@@ -143,9 +143,8 @@ def main(argv=None):
print("-I ID use invoice ID")
print("-t filename use filename as template file")
print("-o filename use filename as output file")
print( "-o filename use filename as output file" )
print( "-O create output filename by date, owner and invoice number" )
print( "-P path path for output file. Overwrites path in -o option" )
print("-O create output filename by date, owner and invoice number")
print("-P path path for output file. Overwrites path in -o option")
return retcode