Skip to content

Commit 0f6e2d0

Browse files
committed
Remove unsupported -u option from pg_standby example usage.
From Pavel Stehule.
1 parent d7153c5 commit 0f6e2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_standby/pg_standby.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ usage()
379379
fprintf(stderr, " note space between [ARCHIVELOCATION] and [NEXTWALFILE]\n");
380380
fprintf(stderr, "with main intended use via restore_command in the recovery.conf\n");
381381
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");
382+
fprintf(stderr, "e.g. restore_command = 'pg_standby -l /mnt/server/archiverdir %%f %%p'\n");
383383
fprintf(stderr, "\nOptions:\n");
384384
fprintf(stderr, " -c copies file from archive (default)\n");
385385
fprintf(stderr, " -d generate lots of debugging output (testing only)\n");

0 commit comments

Comments
 (0)