@@ -83,13 +83,13 @@ usage(void)
8383printf (_ (" -F --fsync-interval=SECS\n"
8484" frequency of syncs to the output file (default: %d)\n" ), (fsync_interval /1000 ));
8585printf (_ (" -o, --option=NAME[=VALUE]\n"
86- "Specify option NAME with optional value VALUE, to be passed\n"
86+ "specify option NAME with optional value VALUE, to be passed\n"
8787" to the output plugin\n" ));
8888printf (_ (" -P, --plugin=PLUGIN use output plugin PLUGIN (default: %s)\n" ),plugin );
8989printf (_ (" -s, --status-interval=SECS\n"
9090" time between status packets sent to server (default: %d)\n" ), (standby_message_timeout /1000 ));
9191printf (_ (" -S, --slot=SLOT use existing replication slot SLOT instead of starting a new one\n" ));
92- printf (_ (" -I, --startpos=PTRWhere in an existing slot should the streaming start\n" ));
92+ printf (_ (" -I, --startpos=PTRwhere in an existing slot should the streaming start\n" ));
9393printf (_ ("\nAction to be performed:\n" ));
9494printf (_ (" --create create a new replication slot (for the slotname see --slot)\n" ));
9595printf (_ (" --start start streaming in a replication slot (for the slotname see --slot)\n" ));
@@ -935,7 +935,7 @@ main(int argc, char **argv)
935935if (sscanf (PQgetvalue (res ,0 ,1 ),"%X/%X" ,& hi ,& lo )!= 2 )
936936{
937937fprintf (stderr ,
938- _ ("%s: could not parse log location \"%s\"\n" ),
938+ _ ("%s: could not parsetransaction log location \"%s\"\n" ),
939939progname ,PQgetvalue (res ,0 ,1 ));
940940disconnect_and_exit (1 );
941941}