fprintf(stderr," --singlex-child (implies -x) Run the whole job as a single transaction, do all work a child of that transaction.\n");
fprintf(stderr," --finish-child-first Commit/abort child before doing so to parent (no effect if no child).\n");
fprintf(stderr," --singlex-create (implies --singlex) Create the file using the single transaction (Default is to use a different transaction to create.)\n");
fprintf(stderr," --check_small_rollback (Only valid in --singlex mode) Verify that very little data was saved in the rollback logs.\n");
fprintf(stderr," --prelock Prelock the database.\n");
fprintf(stderr," --prelockflag Prelock the database and send the DB_PRELOCKED_WRITE flag.\n");
fprintf(stderr," --abort Abort the singlex after the transaction is over. (Requires --singlex.)\n");
...
...
@@ -506,8 +524,6 @@ int main (int argc, const char *argv[]) {