summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2013-03-17 01:47:52 +0000
committerPeter Eisentraut2013-03-17 01:47:52 +0000
commitd2bef5f7db5f3afdbbb3f58b8eff49f0bc7ef790 (patch)
tree489ae5c4e90faafa3a7aedc19cb81347594a6f98
parentea1aee88e343969ad7122a18aff7a43e789dbbd7 (diff)
pg_resetxlog: Capitalize placeholder in --help output
-rw-r--r--src/bin/pg_resetxlog/pg_resetxlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_resetxlog/pg_resetxlog.c b/src/bin/pg_resetxlog/pg_resetxlog.c
index f075b6e9323..acf9f8dd3e3 100644
--- a/src/bin/pg_resetxlog/pg_resetxlog.c
+++ b/src/bin/pg_resetxlog/pg_resetxlog.c
@@ -1032,7 +1032,7 @@ usage(void)
printf(_("Options:\n"));
printf(_(" -e XIDEPOCH set next transaction ID epoch\n"));
printf(_(" -f force update to be done\n"));
- 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"));
printf(_(" -m XID,OLDEST set next multitransaction ID and oldest value\n"));
printf(_(" -n no update, just show extracted control values (for testing)\n"));
printf(_(" -o OID set next OID\n"));