diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2012-05-20 01:14:25 +0300 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2012-05-20 01:14:25 +0300 |
| commit | 510860a6a5e4b66091353e7b0d619f71f6bec789 (patch) | |
| tree | 4c6f881ef03de3c59a2409c3e4723c20ddba9ff5 /contrib/pg_archivecleanup | |
| parent | 9c64f395578d98e6e988c378b6056ef787ff349d (diff) | |
| download | postgresql-510860a6a5e4b66091353e7b0d619f71f6bec789.tar.gz | |
Small cleanups of contrib --help output
Diffstat (limited to 'contrib/pg_archivecleanup')
| -rw-r--r-- | contrib/pg_archivecleanup/pg_archivecleanup.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/pg_archivecleanup/pg_archivecleanup.c b/contrib/pg_archivecleanup/pg_archivecleanup.c index 1b3cecf3c4..20977805c8 100644 --- a/contrib/pg_archivecleanup/pg_archivecleanup.c +++ b/contrib/pg_archivecleanup/pg_archivecleanup.c @@ -248,11 +248,11 @@ usage(void) printf("Usage:\n"); printf(" %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n", progname); printf("\nOptions:\n"); - printf(" -d generates debug output (verbose mode)\n"); - printf(" -n shows the names of the files that would have been removed (dry-run)\n"); - printf(" -x EXT cleanup files if they have this same extension\n"); - printf(" --help show this help, then exit\n"); - printf(" --version output version information, then exit\n"); + printf(" -d generate debug output (verbose mode)\n"); + printf(" -n dry run, show the names of the files that would be removed\n"); + printf(" -x EXT clean up files if they have this extension\n"); + printf(" --help show this help, then exit\n"); + printf(" --version output version information, then exit\n"); printf("\n" "For use as archive_cleanup_command in recovery.conf when standby_mode = on:\n" " archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION %%r'\n" |
