Fixed phy_write usage.
This commit is contained in:
parent
da1c5588de
commit
d74d8ae8c6
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue