mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Correct spelling
This commit is contained in:
parent
7f66816b5d
commit
8928d4d69d
@ -23,7 +23,7 @@
|
||||
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.35 2005/07/04 04:51:51 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.36 2005/09/29 08:34:50 petere Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -798,11 +798,11 @@ usage(void)
|
||||
printf(_("Options:\n"));
|
||||
printf(_(" -f force update to be done\n"));
|
||||
printf(_(" -l TLI,FILE,SEG force minimum WAL starting location for new transaction log\n"));
|
||||
printf(_(" -m XID set next multitransaction ID\n"));
|
||||
printf(_(" -n no update, just show extracted control values (for testing)\n"));
|
||||
printf(_(" -o OID set next OID\n"));
|
||||
printf(_(" -O OFFSET set next multitransaction offset\n"));
|
||||
printf(_(" -x XID set next transaction ID\n"));
|
||||
printf(_(" -m multiXID set next multi transaction ID\n"));
|
||||
printf(_(" -O multiOffset set next multi transaction offset\n"));
|
||||
printf(_(" --help show this help, then exit\n"));
|
||||
printf(_(" --version output version information, then exit\n"));
|
||||
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user