From ce1092c5eec20bfd4e54219de30b167e834631e7 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sat, 23 Jan 2021 22:11:52 +0100 Subject: [PATCH] documentation --- readme.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index a4efaef..091392a 100644 --- a/readme.md +++ b/readme.md @@ -15,9 +15,9 @@ The script will generate one output file for each row from the result of the dat ## Usage - usage: serienbrief.py [-h] [--config CONFIG] [--query QUERY] - [--template TEMPLATE] [--outputPrefix OUTPUTPREFIX] - [--outputSuffix OUTPUTSUFFIX] [--verbose] + usage: serienbrief [-h] [--config CONFIG] [--queryFile QUERYFILE] + [--templateFile TEMPLATEFILE] [--outputPrefix OUTPUTPREFIX] + [--outputSuffix OUTPUTSUFFIX] [--verbose] Serienbrief @@ -25,9 +25,9 @@ The script will generate one output file for each row from the result of the dat -h, --help show this help message and exit --config CONFIG, -f CONFIG Config file, default is $pwd/serienbrief.ini - --queryFile QUERY, -q QUERY + --queryFile QUERYFILE, -q QUERYFILE query file, default is $pwd/serienbrief.sql - --templateFile TEMPLATE, -t TEMPLATE + --templateFile TEMPLATEFILE, -t TEMPLATEFILE template file, default is $pwd/serienbrief.tmpl --outputPrefix OUTPUTPREFIX, -p OUTPUTPREFIX prefix for the output file, will be extended by an @@ -37,6 +37,7 @@ The script will generate one output file for each row from the result of the dat --verbose, -v verbose output + ## Config file The configuration file at least requires the database section. However, the options