From 7d754961f799634128fb2d77632e2b53b736ae21 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 12 Jun 2012 00:55:27 +0300 Subject: pg_receivexlog: Rename option --dir to --directory getopt_long() allows abbreviating long options, so we might as well give the option the full name, and users can abbreviate it how they like. Do some general polishing of the --help output at the same time. --- doc/src/sgml/ref/pg_receivexlog.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_receivexlog.sgml b/doc/src/sgml/ref/pg_receivexlog.sgml index b1eee1f20b8..5eefefbe874 100644 --- a/doc/src/sgml/ref/pg_receivexlog.sgml +++ b/doc/src/sgml/ref/pg_receivexlog.sgml @@ -78,7 +78,7 @@ PostgreSQL documentation - + Directory to write the output to. -- cgit v1.2.3