Fix spelling and punctuation
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 30 Nov 2023 09:56:53 +0000 (10:56 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 30 Nov 2023 09:56:53 +0000 (10:56 +0100)
commitb3efa270b5192f0c72dc26f0ea1bc795ad8516c3
treebad17b4d3c59c25e46226933cfb445ae2a46a69f
parentc3f4a84481b6a8d84b1928165a7bf459e5304ed8
Fix spelling and punctuation

Remove trailing periods from pg_log_error emitted strings as only
hint and detail level error messages should be punctuated.  Also
reword the usage screen which was missing a word.

Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/20231130.105223.554982964895179414.horikyota.ntt@gmail.com
Discussion: https://postgr.es/m/20231130.103900.2069212175914114279.horikyota.ntt@gmail.com
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/pg_restore.c