@@ -381,11 +381,8 @@ usage(void)
381
381
printf ("%s decodes and displays PostgreSQL transaction logs for debugging.\n\n" ,
382
382
progname );
383
383
printf ("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" );
389
386
printf (" -b, --bkp-details output detailed information about backup blocks\n" );
390
387
printf (" -e, --end=RECPTR stop reading at log position RECPTR\n" );
391
388
printf (" -n, --limit=N number of records to display\n" );
@@ -396,7 +393,9 @@ usage(void)
396
393
printf (" -s, --start=RECPTR start reading at log position RECPTR\n" );
397
394
printf (" -t, --timeline=TLI timeline from which to read log records\n" );
398
395
printf (" (default: 1 or the value used in STARTSEG)\n" );
396
+ printf (" -V, --version output version information, then exit\n" );
399
397
printf (" -x, --xid=XID only show records with TransactionId XID\n" );
398
+ printf (" -?, --help show this help, then exit\n" );
400
399
}
401
400
402
401
int
0 commit comments