diff options
Diffstat (limited to 'contrib/pg_archivecleanup/pg_archivecleanup.c')
| -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" |
