dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
command.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d52a8d
)
Update require text.
author
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Wed, 6 May 2015 06:01:08 +0000
(08:01 +0200)
committer
Rafał Długołęcki
<rafal@dlugolecki.net.pl>
Wed, 6 May 2015 06:01:08 +0000
(08:01 +0200)
include/command.h
patch
|
blob
|
history
diff --git
a/include/command.h
b/include/command.h
index 6e8ecf66b7000e564b43f375c67d1ec73649b64e..98db4296656221361f8579f028a410417b560ac8 100644
(file)
--- 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
handl
ed");
+ throw std::logic_error(param->describe() + " is required but it was not
pass
ed");
}
}
}