Fix "repmgr cluster cleanup" help output

Table name mentioned was incorrect.
This commit is contained in:
Ian Barwick
2019-01-08 09:49:43 +09:00
parent 7195512b99
commit e78c762d2c

View File

@@ -1527,7 +1527,7 @@ do_cluster_help(void)
printf(_("CLUSTER CLEANUP\n"));
puts("");
printf(_(" \"cluster cleanup\" purges records from the \"repmgr.monitor\" table.\n"));
printf(_(" \"cluster cleanup\" purges records from the \"repmgr.monitoring_history\" table.\n"));
puts("");
printf(_(" -k, --keep-history=VALUE retain indicated number of days of history (default: 0)\n"));
puts("");