initdb pg_basebackup: Rename --noxxx options to --no-xxx

Peter Eisentraut <peter_e@gmx.net>

Commit: 5d58c07a441414ae29a8e315d2f9868d3d8e20be
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2016-10-19T12:48:48Z
Releases: 10.0
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

Files

Documentation touched