From 395cd2099ecba699dcad270fa1fb42c1d8603ece Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Wed, 6 May 2015 08:01:08 +0200 Subject: [PATCH] Update require text. --- include/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/command.h b/include/command.h index 6e8ecf6..98db429 100644 --- a/include/command.h +++ b/include/command.h @@ -60,7 +60,7 @@ namespace command { } for(Parameter *param : parameters) { if (param->isRequired() && !param->isUsed()) { - throw std::logic_error(param->describe() + " is required but it was not handled"); + throw std::logic_error(param->describe() + " is required but it was not passed"); } } } -- 2.30.2