@@ -381,11 +381,8 @@ usage(void)
381381printf ("%s decodes and displays PostgreSQL transaction logs for debugging.\n\n" ,
382382progname );
383383printf ("Usage:\n" );
384- printf (" %s [OPTION] [STARTSEG [ENDSEG]] \n" ,progname );
385- printf ("\nGeneral options:\n" );
386- printf (" -V, --version output version information, then exit\n" );
387- printf (" -?, --help show this help, then exit\n" );
388- printf ("\nContent options:\n" );
384+ printf (" %s [OPTION]... [STARTSEG [ENDSEG]] \n" ,progname );
385+ printf ("\nOptions:\n" );
389386printf (" -b, --bkp-details output detailed information about backup blocks\n" );
390387printf (" -e, --end=RECPTR stop reading at log position RECPTR\n" );
391388printf (" -n, --limit=N number of records to display\n" );
@@ -396,7 +393,9 @@ usage(void)
396393printf (" -s, --start=RECPTR start reading at log position RECPTR\n" );
397394printf (" -t, --timeline=TLI timeline from which to read log records\n" );
398395printf (" (default: 1 or the value used in STARTSEG)\n" );
396+ printf (" -V, --version output version information, then exit\n" );
399397printf (" -x, --xid=XID only show records with TransactionId XID\n" );
398+ printf (" -?, --help show this help, then exit\n" );
400399}
401400
402401int