From d74d8ae8c6860959354018ce9a0b751a78fdfe83 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Wed, 8 Apr 2009 09:29:01 +0000 Subject: [PATCH] Fixed phy_write usage. --- tool/CommandPhyWrite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }