From be9d572462a1dcc7afc48e023acc37bbf3a46e8d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Corn=C3=A9=20Lukken?= <lukken@astron.nl>
Date: Wed, 8 Sep 2021 06:54:48 +0000
Subject: [PATCH] Correct readme information on command line parameters

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 42916be3..870152e1 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Startup server process:
 (for testing)
 ```
 cd src
-./sdptr --type LTS --configfile=sdptr.conf --nodaemon
+./sdptr --type=LTS --configfile=sdptr.conf --nodaemon
 ```
 
 
-- 
GitLab