Clean up help output

master/primary register only has one option
This commit is contained in:
Ian Barwick
2015-11-10 10:49:29 +09:00
parent 43626892d0
commit 53ed8e948c

View File

@@ -2494,7 +2494,7 @@ help(void)
printf(_("%s: replication management tool for PostgreSQL\n"), progname());
printf(_("\n"));
printf(_("Usage:\n"));
printf(_(" %s [OPTIONS] master {register}\n"), progname());
printf(_(" %s [OPTIONS] master register\n"), progname());
printf(_(" %s [OPTIONS] standby {register|unregister|clone|promote|follow}\n"),
progname());
printf(_(" %s [OPTIONS] cluster {show|cleanup}\n"), progname());