clarify --no-comments option in --help and SGML files

Bruce Momjian <bruce@momjian.us>

Commit: f722dd32de49af883b7b58d0ca028835972b7095
Author: Bruce Momjian <bruce@momjian.us>
Date: 2024-11-20T19:48:31Z
Releases: 18.0
clarify --no-comments option in --help and SGML files

The previous commit, b38bac26e20, missed these cases for dump/restore.

Reported-by: Tom Lane

Discussion: https://postgr.es/m/3495698.1731968093@sss.pgh.pa.us

Backpatch-through: master

Files

PathChange+/−
doc/src/sgml/ref/pg_dumpall.sgml modified +1 −1
src/bin/pg_dump/pg_dumpall.c modified +1 −1
src/bin/pg_dump/pg_dump.c modified +1 −1
src/bin/pg_dump/pg_restore.c modified +1 −1

Documentation touched