You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
pg_receivexlog: Rename option --dir to --directory
getopt_long() allows abbreviating long options, so we might as wellgive the option the full name, and users can abbreviate it how theylike.Do some general polishing of the --help output at the same time.