diff -r af21f0bdc7c9 -r 2b9c78543663 tool/CommandStates.cpp --- a/tool/CommandStates.cpp Thu Sep 06 14:21:02 2012 +0200 +++ b/tool/CommandStates.cpp Mon Nov 03 15:20:05 2014 +0100 @@ -74,7 +74,7 @@ stringstream err; string stateStr; uint8_t state = 0x00; - + if (args.size() != 1) { err << "'" << getName() << "' takes exactly one argument!"; throwInvalidUsageException(err);