Standardize on --host option

This commit is contained in:
Ian Barwick
2019-01-17 10:50:41 +09:00
parent a965bc005f
commit 63fabfd848
3 changed files with 5 additions and 5 deletions

View File

@@ -1399,7 +1399,7 @@ check_cli_parameters(const int action)
if (!runtime_options.host_param_provided)
{
item_list_append_format(&cli_errors,
_("host name for the source node must be provided with -h/--hostname when executing %s"),
_("host name for the source node must be provided with -h/--host when executing %s"),
action_name(action));
}
@@ -1456,7 +1456,7 @@ check_cli_parameters(const int action)
if (!runtime_options.host_param_provided)
{
item_list_append_format(&cli_errors,
_("host name for the source node must be provided with -h/--hostname when executing %s"),
_("host name for the source node must be provided with -h/--host when executing %s"),
action_name(action));
}
}