aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2025-04-29 19:08:40 +0200
committerPeter Eisentraut <peter@eisentraut.org>2025-04-29 19:16:11 +0200
commiteec34099c3bfe0ed4b33e77f38cab3b221cd3b37 (patch)
tree631438f13a21e7ea98a3c9e5c3dece55ac83b452
parent2b49492eda3f2a30ee41038b3132338d2587f433 (diff)
downloadpostgresql-eec34099c3bfe0ed4b33e77f38cab3b221cd3b37.tar.gz
postgresql-eec34099c3bfe0ed4b33e77f38cab3b221cd3b37.zip
Fix whitespace typo in string
-rw-r--r--src/bin/pg_resetwal/pg_resetwal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_resetwal/pg_resetwal.c b/src/bin/pg_resetwal/pg_resetwal.c
index 2ae3702efba..e876f35f38e 100644
--- a/src/bin/pg_resetwal/pg_resetwal.c
+++ b/src/bin/pg_resetwal/pg_resetwal.c
@@ -1212,7 +1212,7 @@ usage(void)
printf(_(" -O, --multixact-offset=OFFSET set next multitransaction offset\n"));
printf(_(" -u, --oldest-transaction-id=XID set oldest transaction ID\n"));
printf(_(" -x, --next-transaction-id=XID set next transaction ID\n"));
- printf(_(" --char-signedness=OPTION set char signedness to \"signed\" or \"unsigned\"\n"));
+ printf(_(" --char-signedness=OPTION set char signedness to \"signed\" or \"unsigned\"\n"));
printf(_(" --wal-segsize=SIZE size of WAL segments, in megabytes\n"));
printf(_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);