initdb pg_basebackup: Rename --noxxx options to --no-xxx
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 19 Oct 2016 16:00:00 +0000 (12:00 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 19 Oct 2016 12:48:48 +0000 (08:48 -0400)
commit5d58c07a441414ae29a8e315d2f9868d3d8e20be
tree92b04c0ac182921e86394e66cec62aaccc48df6d
parentcaf936b09fc7c74844575332b07c667a178cb078
initdb pg_basebackup: Rename --noxxx options to --no-xxx

--noclean and --nosync were the only options spelled without a hyphen,
so change this for consistency with other options.  The options in
pg_basebackup have not been in a release, so we just rename them.  For
initdb, we retain the old variants.

Vik Fearing and me
doc/src/sgml/ref/initdb.sgml
doc/src/sgml/ref/pg_basebackup.sgml
src/bin/initdb/initdb.c
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_basebackup/t/010_pg_basebackup.pl
src/test/perl/PostgresNode.pm
src/test/regress/pg_regress.c