8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1aee8 commit d2bef5fCopy full SHA for d2bef5f
src/bin/pg_resetxlog/pg_resetxlog.c
@@ -1032,7 +1032,7 @@ usage(void)
1032
printf(_("Options:\n"));
1033
printf(_(" -e XIDEPOCH set next transaction ID epoch\n"));
1034
printf(_(" -f force update to be done\n"));
1035
- printf(_(" -l xlogfile force minimum WAL starting location for new transaction log\n"));
+ printf(_(" -l XLOGFILE force minimum WAL starting location for new transaction log\n"));
1036
printf(_(" -m XID,OLDEST set next multitransaction ID and oldest value\n"));
1037
printf(_(" -n no update, just show extracted control values (for testing)\n"));
1038
printf(_(" -o OID set next OID\n"));
0 commit comments