From 8706334697e9ba3ebfc46d9d7bee991a29044cfd Mon Sep 17 00:00:00 2001
From: "Tobias Dussa (TGD)" <dussa@dfn-cert.de>
Date: Mon, 9 Sep 2024 15:23:43 +0200
Subject: [PATCH] Fixed typos.

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

diff --git a/reaction-mailcreate/README.md b/reaction-mailcreate/README.md
index f2b4c63..bc9497b 100644
--- a/reaction-mailcreate/README.md
+++ b/reaction-mailcreate/README.md
@@ -98,8 +98,8 @@ DFN-CERT,Tobias,Dussa,dussa@dfn-cert.de
 
  - `-b`/`--basedir`: The base directory for all the input/output data.
    Defaults to `Mails`.
- - `c`/`--campaign`: The campaign identifier. Defaults to `Test`.
- - `d`/`--dry-run`: Toggle to force dry-run mode (no mails are actually
+ - `-c`/`--campaign`: The campaign identifier. Defaults to `Test`.
+ - `-d`/`--dry-run`: Toggle to force dry-run mode (no mails are actually
    sent, no web calls are actually made).  Useful to test whether the input
    data and the mail template used actually generate sensible mails.
  - `-h`/`--help`: Displays the help text and exits the script.
-- 
GitLab