Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7153c5 commit 0f6e2d0Copy full SHA for 0f6e2d0
contrib/pg_standby/pg_standby.c
@@ -379,7 +379,7 @@ usage()
379
fprintf(stderr, " note space between [ARCHIVELOCATION] and [NEXTWALFILE]\n");
380
fprintf(stderr, "with main intended use via restore_command in the recovery.conf\n");
381
fprintf(stderr, " restore_command = 'pg_standby [OPTION]... [ARCHIVELOCATION] %%f %%p'\n");
382
- fprintf(stderr, "e.g. restore_command = 'pg_standby -l -u /mnt/server/archiverdir %%f %%p'\n");
+ fprintf(stderr, "e.g. restore_command = 'pg_standby -l /mnt/server/archiverdir %%f %%p'\n");
383
fprintf(stderr, "\nOptions:\n");
384
fprintf(stderr, " -c copies file from archive (default)\n");
385
fprintf(stderr, " -d generate lots of debugging output (testing only)\n");
0 commit comments