Skip to content

Commit 0f0b76b

Browse files
committed
Docs: adjust pg_upgrade syntax to mark -B as optional
This was made optional in 959f6d6. Author: Justin Pryzby Discussion: https://postgr.es/m/20220411020336.GB26620@telsasoft.com Backpatch-through: 13, where -B was made optional
1 parent aa36e7d commit 0f0b76b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/src/sgml/ref/pgupgrade.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ PostgreSQL documentation
2424
<command>pg_upgrade</command>
2525
<arg choice="plain"><option>-b</option></arg>
2626
<arg choice="plain"><replaceable>oldbindir</replaceable></arg>
27-
<arg choice="plain"><option>-B</option></arg>
28-
<arg choice="plain"><replaceable>newbindir</replaceable></arg>
27+
<arg choice="opt"><option>-B</option> <replaceable>newbindir</replaceable></arg>
2928
<arg choice="plain"><option>-d</option></arg>
3029
<arg choice="plain"><replaceable>oldconfigdir</replaceable></arg>
3130
<arg choice="plain"><option>-D</option></arg>

0 commit comments

Comments
 (0)