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 2b49492 commit eec3409Copy full SHA for eec3409
src/bin/pg_resetwal/pg_resetwal.c
@@ -1212,7 +1212,7 @@ usage(void)
1212
printf(_(" -O, --multixact-offset=OFFSET set next multitransaction offset\n"));
1213
printf(_(" -u, --oldest-transaction-id=XID set oldest transaction ID\n"));
1214
printf(_(" -x, --next-transaction-id=XID set next transaction ID\n"));
1215
- printf(_(" --char-signedness=OPTION set char signedness to \"signed\" or \"unsigned\"\n"));
+ printf(_(" --char-signedness=OPTION set char signedness to \"signed\" or \"unsigned\"\n"));
1216
printf(_(" --wal-segsize=SIZE size of WAL segments, in megabytes\n"));
1217
1218
printf(_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
0 commit comments