From c9127da03b9778edc61a4210858aa300de24eb0e Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 11 Jan 2017 14:06:16 +0900 Subject: [PATCH] repmgrd: fix usage description Matches the one provided by repmgr. --- repmgrd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgrd.c b/repmgrd.c index eb4bbdfc..a9fd5b54 100644 --- a/repmgrd.c +++ b/repmgrd.c @@ -2345,7 +2345,7 @@ lsn_to_xlogrecptr(char *lsn, bool *format_ok) void usage(void) { - log_err(_("%s: Replicator manager daemon \n"), progname()); + log_err(_("%s: replication management daemon for PostgreSQL\n"), progname()); log_err(_("Try \"%s --help\" for more information.\n"), progname()); }