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

@@ -490,9 +490,9 @@ void do_witness_help(void)
printf(_(" \"witness register\" registers a witness node.\n"));
puts("");
printf(_(" Requires provision of connection information for the primary node,\n"));
printf(_(" typically usually just the hostname.\n"));
printf(_(" typically usually just the host name.\n"));
puts("");
printf(_(" -h/--hostname hostname of the primary node\n"));
printf(_(" -h/--host host name of the primary node\n"));
printf(_(" --dry-run check prerequisites but don't make any changes\n"));
printf(_(" -F, --force overwrite an existing node record\n"));
puts("");