mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-26 20:13:50 +08:00
Fixed phy_write usage.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user