From 9d735c88418b78db127bc677662692ebd7a878e4 Mon Sep 17 00:00:00 2001
From: Attila Farkas <x394097@fi.muni.cz>
Date: Tue, 9 Jun 2020 14:34:46 +0200
Subject: [PATCH] add missing spaces to help page

---
 modules/input_argument_parser.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/input_argument_parser.py b/modules/input_argument_parser.py
index 91b5b1f..7d5c43f 100644
--- a/modules/input_argument_parser.py
+++ b/modules/input_argument_parser.py
@@ -16,13 +16,13 @@ def parse_input_args():
     parser.add_argument("definition_file",
                         help="path to the input yaml definition")
     parser.add_argument("--ansible_local",
-                        help="uses ansible_local for provisioning instead"
+                        help="uses ansible_local for provisioning instead "
                         "of ansible", action="store_true")
     parser.add_argument("--verbose_ansible",
                         help="sets verbose output for ansible (-vv)",
                         action="store_true")
     parser.add_argument("--border_router",
-                        help="creates a border router with connection to"
+                        help="creates a border router with connection to "
                         "all routers", action="store_true")
     args = parser.parse_args()
 
-- 
GitLab