diff --git a/tool/CommandPhyWrite.cpp b/tool/CommandPhyWrite.cpp index bde46a8c..4c1a999e 100644 --- a/tool/CommandPhyWrite.cpp +++ b/tool/CommandPhyWrite.cpp @@ -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); }