From 8d9714bbaab8c58e94c66d9e63f98c3c06b17e85 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Tue, 9 Apr 2024 23:39:38 +0200 Subject: [PATCH] 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 --- doc/src/sgml/ref/psql-ref.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index a5e2d1f0418..8a0d6b196e2 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -548,7 +548,7 @@ EOF - + -- 2.39.5