doc: Remove stray comma from list of psql options

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 1435cc87d3a793a239d63bf7b20d35faba05f28f
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-04-09T21:39:38Z
Releases: 14.12
doc: Remove stray comma from list of psql options

Back in 7.2 the list of options had short options and long options
on the same line separated by comma, but since 7.3 they are listed
separate lines. The comma on -X was left behind so fix by removing
and backpatching all the way.

Reported-by: y.saburov@gmail.com
Discussion: https://postgr.es/m/171267154345.684.7212826057932148541@wrigleys.postgresql.org
Backpatch-through: v12

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +1 −1

Documentation touched

Discussion