pg_resetxlog: Capitalize placeholder in --help output
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 17 Mar 2013 01:47:52 +0000 (21:47 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 17 Mar 2013 01:47:52 +0000 (21:47 -0400)
src/bin/pg_resetxlog/pg_resetxlog.c

index f075b6e9323c0736b525985acd26dfc9ae1eb954..acf9f8dd3e3aa800dec87b876dcdc49a93a5d053 100644 (file)
@@ -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"));