We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd7153c5 commit0f6e2d0Copy 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," -ccopies file from archive (default)\n");
385
fprintf(stderr," -dgenerate lots of debugging output (testing only)\n");