Fixed phy_write usage.

This commit is contained in:
Florian Pose 2009-04-08 09:29:01 +00:00
parent da1c5588de
commit d74d8ae8c6
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ void CommandPhyWrite::execute(MasterDevice &m, const StringVector &args)
SlaveList slaves;
if (args.size() != 2) {
err << "'" << getName() << "' takes exactly one argument!";
err << "'" << getName() << "' takes exactly two arguments!";
throwInvalidUsageException(err);
}