From f1f4748e030dc0963bfdcef4d5a8be89b90bf892 Mon Sep 17 00:00:00 2001
From: "Tobias Dussa (TGD)" <dussa@dfn-cert.de>
Date: Fri, 16 Aug 2024 12:20:17 +0200
Subject: [PATCH] Fixed incorrect statement in README.

---
 reaction-mailcreate/README.md | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/reaction-mailcreate/README.md b/reaction-mailcreate/README.md
index 3e92723..a947314 100644
--- a/reaction-mailcreate/README.md
+++ b/reaction-mailcreate/README.md
@@ -30,10 +30,10 @@ The script takes two files as input, namely (by default):
 (The `basedir` variable is set to `Mails` by default, while the `campaign`
 variable is set to `Test` by default.)
 
-In addition, `infix` needs to be specified on the command line as a
-positional parameter, but it can be empty (i. e., specified as `""`).  The
-idea is that this allows separate runs of the comms challenge to be clearly
-separated.
+In addition, an `infix` can to be specified on the command line as a
+positional parameter.  The idea is that this allows separate runs of the
+comms challenge to be clearly separated in the file names as well.  The
+default is empty.
 
 ### Mail Template
 
@@ -172,3 +172,8 @@ DFN-CERT,Tobias,Dussa,dussa@dfn-cert.de
    (for instance, just to send out a batch of mails without any intended
    web interaction), set to empty string (`""`).  Defaults to
    `https://challenge.example.com.
+
+
+## Example Calls
+
+### 
-- 
GitLab