]> granicus.if.org Git - postgresql/commit
pg_recvlogical: Improve --help output
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 12 Oct 2014 05:45:25 +0000 (01:45 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 12 Oct 2014 05:54:25 +0000 (01:54 -0400)
commita0fb59d8bd7711fb8f08a4371074f07c62617d78
treec93fb2d9d835e77a55bd3fd6365bef67fe873da9
parentb7a08c80283c8d564933381b24c1993d49926e15
pg_recvlogical: Improve --help output

List the actions first, as they are the most important options.  Group
the other options more sensibly, consistent with the man page.  Correct
a few typographical errors, clarify some things.

Also update the pg_receivexlog --help output to make it a bit more
consistent with that of pg_recvlogical.
src/bin/pg_basebackup/pg_receivexlog.c
src/bin/pg_basebackup/pg_recvlogical.c