diff -r 69056c46aa4d -r bc2d4bf9cbe5 tool/CommandStates.cpp --- a/tool/CommandStates.cpp Thu Sep 06 19:52:17 2012 +0200 +++ b/tool/CommandStates.cpp Thu Sep 06 20:22:24 2012 +0200 @@ -74,7 +74,7 @@ stringstream err; string stateStr; uint8_t state = 0x00; - + if (args.size() != 1) { err << "'" << getName() << "' takes exactly one argument!"; throwInvalidUsageException(err);