mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
make executable, remove double -o
This commit is contained in:
committed by
c-holtermann
parent
1184e92687
commit
247d04a544
7
bindings/python/example_scripts/gncinvoice_jinja.py
Normal file → Executable file
7
bindings/python/example_scripts/gncinvoice_jinja.py
Normal file → Executable 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user