Update require text.
[command.git] / include / command.h
index 6e8ecf66b7000e564b43f375c67d1ec73649b64e..98db4296656221361f8579f028a410417b560ac8 100644 (file)
@@ -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");
                 }
             }
         }