Add 'cluster crosscheck' to help output detail

Per GitHub #243.
This commit is contained in:
Ian Barwick
2016-10-06 07:38:45 +09:00
parent b509ce6382
commit 2dcb75f889

View File

@@ -6254,7 +6254,10 @@ do_help(void)
printf(_(" witness register - registers a witness server\n"));
printf(_(" witness unregister - unregisters a witness server\n"));
printf(_(" cluster show - displays information about cluster nodes\n"));
printf(_(" cluster matrix - displays the cluster's connection matrix\n"));
printf(_(" cluster matrix - displays the cluster's connection matrix\n" \
" as seen from the current node\n"));
printf(_(" cluster crosscheck - displays the cluster's connection matrix\n" \
" as seen from all nodes\n"));
printf(_(" cluster cleanup - prunes or truncates monitoring history\n" \
" (monitoring history creation requires repmgrd\n" \
" with --monitoring-history option)\n"));