diff options
| author | Peter Eisentraut | 2012-05-19 22:14:25 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2012-05-19 22:14:25 +0000 |
| commit | 510860a6a5e4b66091353e7b0d619f71f6bec789 (patch) | |
| tree | 4c6f881ef03de3c59a2409c3e4723c20ddba9ff5 /contrib/pg_standby | |
| parent | 9c64f395578d98e6e988c378b6056ef787ff349d (diff) | |
Small cleanups of contrib --help output
Diffstat (limited to 'contrib/pg_standby')
| -rw-r--r-- | contrib/pg_standby/pg_standby.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/pg_standby/pg_standby.c b/contrib/pg_standby/pg_standby.c index 0aa05344b9d..52f5fcaf106 100644 --- a/contrib/pg_standby/pg_standby.c +++ b/contrib/pg_standby/pg_standby.c @@ -517,16 +517,16 @@ usage(void) printf("Usage:\n"); printf(" %s [OPTION]... ARCHIVELOCATION NEXTWALFILE XLOGFILEPATH [RESTARTWALFILE]\n", progname); printf("\nOptions:\n"); - printf(" -c copies file from archive (default)\n"); + printf(" -c copy file from archive (default)\n"); printf(" -d generate lots of debugging output (testing only)\n"); - printf(" -k NUMFILESTOKEEP if RESTARTWALFILE not used, removes files prior to limit\n" + printf(" -k NUMFILESTOKEEP if RESTARTWALFILE is not used, remove files prior to limit\n" " (0 keeps all)\n"); printf(" -l does nothing; use of link is now deprecated\n"); printf(" -r MAXRETRIES max number of times to retry, with progressive wait\n" " (default=3)\n"); printf(" -s SLEEPTIME seconds to wait between file checks (min=1, max=60,\n" " default=5)\n"); - printf(" -t TRIGGERFILE defines a trigger file to initiate failover (no default)\n"); + printf(" -t TRIGGERFILE trigger file to initiate failover (no default)\n"); printf(" -w MAXWAITTIME max seconds to wait for a file (0=no limit) (default=0)\n"); printf(" --help show this help, then exit\n"); printf(" --version output version information, then exit\n"); |
