diff --git a/tool/Command.cpp b/tool/Command.cpp
index 7ce5a196bdefb947d12989247a4127c670043dff..e270fd8ce6c9f25d2e05ff22272f370ad646fb23 100644
--- a/tool/Command.cpp
+++ b/tool/Command.cpp
@@ -119,7 +119,7 @@ void Command::throwSingleSlaveRequired(unsigned int size) const
 {
     stringstream err;
 
-    err << "The slave selection matches " << size << "slaves. '"
+    err << "The slave selection matches " << size << " slaves. '"
         << name << "' requires a single slave.";
 
     throwInvalidUsageException(err);