Commit e286be5d authored by David Rowley's avatar David Rowley

Docs: adjust pg_upgrade syntax to mark -B as optional

This was made optional in 959f6d6a.

Author: Justin Pryzby
Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com
Backpatch-through: 13, where -B was made optional
parent 8320a34d
...@@ -24,8 +24,7 @@ PostgreSQL documentation ...@@ -24,8 +24,7 @@ PostgreSQL documentation
<command>pg_upgrade</command> <command>pg_upgrade</command>
<arg choice="plain"><option>-b</option></arg> <arg choice="plain"><option>-b</option></arg>
<arg choice="plain"><replaceable>oldbindir</replaceable></arg> <arg choice="plain"><replaceable>oldbindir</replaceable></arg>
<arg choice="plain"><option>-B</option></arg> <arg choice="opt"><option>-B</option> <replaceable>newbindir</replaceable></arg>
<arg choice="plain"><replaceable>newbindir</replaceable></arg>
<arg choice="plain"><option>-d</option></arg> <arg choice="plain"><option>-d</option></arg>
<arg choice="plain"><replaceable>oldconfigdir</replaceable></arg> <arg choice="plain"><replaceable>oldconfigdir</replaceable></arg>
<arg choice="plain"><option>-D</option></arg> <arg choice="plain"><option>-D</option></arg>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment