aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2025-02-20 09:30:54 +0900
committerMichael Paquier <michael@paquier.xyz>2025-02-20 09:30:54 +0900
commit9b1cb58c5f2127ddc682778b486739059ea2479d (patch)
treee881a6288b2930510927c7660768c0c568e0663f /src
parent9ba7bcc894f1cafb0793a3a62658bd91db1dbecf (diff)
downloadpostgresql-9b1cb58c5f2127ddc682778b486739059ea2479d.tar.gz
postgresql-9b1cb58c5f2127ddc682778b486739059ea2479d.zip
test_escape: Fix output of --help
The short option name -f was not listed, only its long option name --force-unsupported. Author: Japin Li Discussion: https://postgr.es/m/ME0P300MB04452BD1FB1B277D4C1C20B9B6C52@ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM Backpatch-through: 13
Diffstat (limited to 'src')
-rw-r--r--src/test/modules/test_escape/test_escape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/test_escape/test_escape.c b/src/test/modules/test_escape/test_escape.c
index a8e9c3cb518..f6b36448977 100644
--- a/src/test/modules/test_escape/test_escape.c
+++ b/src/test/modules/test_escape/test_escape.c
@@ -801,7 +801,7 @@ usage(const char *hint)
" -c, --conninfo=CONNINFO connection information to use\n"
" -v, --verbose show test details even for successes\n"
" -q, --quiet only show failures\n"
- " --force-unsupported test invalid input even if unsupported\n"
+ " -f, --force-unsupported test invalid input even if unsupported\n"
);
if (hint)