From 8ca2cdeb7224dea4e8ff989b7340ebe2fef07cff Mon Sep 17 00:00:00 2001
From: Salem El Sayed <s.elsayed@fz-juelich.de>
Date: Wed, 12 Jan 2022 10:47:00 +0100
Subject: [PATCH] Update README.md

---
 README.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 7f7051e..ec33592 100644
--- a/README.md
+++ b/README.md
@@ -40,9 +40,7 @@ $ make
 For usage check the unittests under `iocontainers/unittests`. 
 
 ```
-$ ./obj_service_daemon.x --help
-./obj_service_daemon.x: invalid option -- '-'
-Unknown option `--'.
+$ ./obj_service_daemon.x -h
 Usage: ./obj_service_daemon.x -i link [-k kvs_id -s Schema]
        -i full link to application ex. "tcp://localhost:5555"
        -c MIO config file
@@ -51,9 +49,7 @@ Usage: ./obj_service_daemon.x -i link [-k kvs_id -s Schema]
 ```
 
 ```
-$ ./io_container_daemon.x --help
-./io_container_daemon.x: invalid option -- '-'
-Unknown option `--'.
+$ ./io_container_daemon.x -h
 Usage: ./io_container_daemon.x -c /path/to/config/file
                 -c /path/to/config/file
                 -h This message
-- 
GitLab