Typo in usage of pg_xlogdump

Started by Fujii Masaoalmost 13 years ago2 messages
#1Fujii Masao
masao.fujii@gmail.com
1 attachment(s)

Hi,

The attached patch fixes the typo in help message of pg_xlogdump.

Regards,

--
Fujii Masao

Attachments:

pg_xlogdump_usage_typo.patchapplication/octet-stream; name=pg_xlogdump_usage_typo.patchDownload
diff --git a/contrib/pg_xlogdump/pg_xlogdump.c b/contrib/pg_xlogdump/pg_xlogdump.c
index 0706463..6a5a5f1 100644
--- a/contrib/pg_xlogdump/pg_xlogdump.c
+++ b/contrib/pg_xlogdump/pg_xlogdump.c
@@ -393,7 +393,7 @@ usage(void)
 	printf("                         (default: ./pg_xlog)\n");
 	printf("  -r, --rmgr=RMGR        only show records generated by resource manager RMGR\n");
 	printf("                         use --rmgr=list to list valid resource manager names\n");
-	printf("  -s, --start=RECPTR     stop reading at log position RECPTR\n");
+	printf("  -s, --start=RECPTR     start reading at log position RECPTR\n");
 	printf("  -t, --timeline=TLI     timeline from which to read log records\n");
 	printf("                         (default: 1 or the value used in STARTSEG)\n");
 	printf("  -x, --xid=XID          only show records with TransactionId XID\n");
#2Heikki Linnakangas
hlinnakangas@vmware.com
In reply to: Fujii Masao (#1)
Re: Typo in usage of pg_xlogdump

On 27.02.2013 19:23, Fujii Masao wrote:

Hi,

The attached patch fixes the typo in help message of pg_xlogdump.

Thanks, applied. There was a similar typo in the parse error message of
-s, fixed that too.

- Heikki

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers