Small doc changes

This commit is contained in:
Christoph Holtermann 2014-11-12 16:50:00 +01:00
parent de47330288
commit 67b807fbf1

View File

@ -20,7 +20,7 @@
# For an example where to get it see section credits below. # For an example where to get it see section credits below.
# #
# Usage : # Usage :
# \code latex_invoice file://testfile \endcode # \code latex_invoice -l -f -n INVOICE_NUMBER file://testfile \endcode
# will create file data.lco. # will create file data.lco.
# \code latex --output-format=pdf Invoice.tex \endcode # \code latex --output-format=pdf Invoice.tex \endcode
# should run latex on file Invoice.tex and result in Invoice.pdf. Invoice.tex includes data.lco. # should run latex on file Invoice.tex and result in Invoice.pdf. Invoice.tex includes data.lco.
@ -214,7 +214,7 @@ def main(argv=None):
print >>sys.stderr, "for help use --help" print >>sys.stderr, "for help use --help"
retcode=2 retcode=2
print "Prints out all invoices that have corresponding lots." print "Generate a LaTeX invoice or print out all invoices."
print print
print "Usage:" print "Usage:"
print print