From bb2cc68169d5107765ca4ea053f11624b3f0f876 Mon Sep 17 00:00:00 2001
From: Darko Poljak <foss@ungleich.com>
Date: Mon, 24 Jul 2017 19:13:40 +0200
Subject: [PATCH] Fix broken text

---
 cdist/argparse.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cdist/argparse.py b/cdist/argparse.py
index 16b9d054..b065a179 100644
--- a/cdist/argparse.py
+++ b/cdist/argparse.py
@@ -152,9 +152,9 @@ def get_parsers():
     parser['config_main'].add_argument(
            '-j', '--jobs', nargs='?',
            type=check_positive_int,
-           help=('Specify the maximum number of parallel jobs. Global'
-                 'explorers, object prepare and object run are supported'
-                 '(currently in beta'),
+           help=('Specify the maximum number of parallel jobs. Global '
+                 'explorers, object prepare and object run are supported '
+                 '(currently in beta)'),
            action='store', dest='jobs',
            const=multiprocessing.cpu_count())
     parser['config_main'].add_argument(