Remove unsupported -u option from pg_standby example usage.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 22 May 2007 15:31:44 +0000 (15:31 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 22 May 2007 15:31:44 +0000 (15:31 +0000)
From Pavel Stehule.

contrib/pg_standby/pg_standby.c

index 733b01d133ce3b8a0796285ea175249663e84f32..83a7cee8678a738f8cee923631d097c0908c6ac3 100644 (file)
@@ -379,7 +379,7 @@ usage()
    fprintf(stderr, "                         note space between [ARCHIVELOCATION] and [NEXTWALFILE]\n");
    fprintf(stderr, "with main intended use via restore_command in the recovery.conf\n");
    fprintf(stderr, "    restore_command = 'pg_standby [OPTION]... [ARCHIVELOCATION] %%f %%p'\n");
-   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");
    fprintf(stderr, "\nOptions:\n");
    fprintf(stderr, "  -c           copies file from archive (default)\n");
    fprintf(stderr, "  -d           generate lots of debugging output (testing only)\n");