File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ usage(void)
393393 printf (" (default: ./pg_xlog)\n" );
394394 printf (" -r, --rmgr=RMGR only show records generated by resource manager RMGR\n" );
395395 printf (" use --rmgr=list to list valid resource manager names\n" );
396- printf (" -s, --start=RECPTR stop reading at log position RECPTR\n" );
396+ printf (" -s, --start=RECPTR start reading at log position RECPTR\n" );
397397 printf (" -t, --timeline=TLI timeline from which to read log records\n" );
398398 printf (" (default: 1 or the value used in STARTSEG)\n" );
399399 printf (" -x, --xid=XID only show records with TransactionId XID\n" );
@@ -512,7 +512,7 @@ main(int argc, char **argv)
512512 case 's' :
513513 if (sscanf (optarg , "%X/%X" , & xlogid , & xrecoff ) != 2 )
514514 {
515- fprintf (stderr , "%s: could not parse end log position \"%s\"\n" ,
515+ fprintf (stderr , "%s: could not parse start log position \"%s\"\n" ,
516516 progname , optarg );
517517 goto bad_argument ;
518518 }
You can’t perform that action at this time.
0 commit comments