Reword error message for consistency

Github issue #87
This commit is contained in:
Ian Barwick
2015-07-10 10:11:23 +09:00
parent 00deff9069
commit 7010b636e0

View File

@@ -268,7 +268,7 @@ parse_config(const char *config_file, t_configuration_options *options)
if (options->node == 0)
{
log_err(_("'node' must be an integer > 0\n"));
log_err(_("'node' must be an integer greater than zero\n"));
exit(ERR_BAD_CONFIG);
}