Clean up command line option handling and help output

- properly distinguish between the command line option -? and getopt's
  unknown option marker '?'
- remove deprecated command line options --initdb-no-pwprompt and
  -l/--local-port
- add witness command summary in help output
This commit is contained in:
Ian Barwick
2016-08-02 14:23:33 +09:00
parent 050f007cc2
commit d0c05e6f46
3 changed files with 52 additions and 48 deletions

View File

@@ -1,6 +1,8 @@
3.2 2016-
repmgr: suppress connection error display in `repmgr cluster show`
unless `--verbose` supplied (Ian)
repmgr: remove deprecated command line options --initdb-no-pwprompt and
-l/--local-port (Ian)
3.1.4 2016-07-12
repmgr: new configuration option for setting "restore_command"