diff --git a/tool/Command.cpp b/tool/Command.cpp index 7ce5a196..e270fd8c 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);