Skip to content

Commit eec3409

Browse files
committed
Fix whitespace typo in string
1 parent 2b49492 commit eec3409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_resetwal/pg_resetwal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ usage(void)
12121212
printf(_(" -O, --multixact-offset=OFFSET set next multitransaction offset\n"));
12131213
printf(_(" -u, --oldest-transaction-id=XID set oldest transaction ID\n"));
12141214
printf(_(" -x, --next-transaction-id=XID set next transaction ID\n"));
1215-
printf(_(" --char-signedness=OPTION set char signedness to \"signed\" or \"unsigned\"\n"));
1215+
printf(_(" --char-signedness=OPTION set char signedness to \"signed\" or \"unsigned\"\n"));
12161216
printf(_(" --wal-segsize=SIZE size of WAL segments, in megabytes\n"));
12171217

12181218
printf(_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);

0 commit comments

Comments
 (0)