Skip to content

Commit bc01859

Browse files
committed
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
1 parent bb2bf22 commit bc01859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/modules/test_escape/test_escape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ usage(const char *hint)
801801
" -c, --conninfo=CONNINFO connection information to use\n"
802802
" -v, --verbose show test details even for successes\n"
803803
" -q, --quiet only show failures\n"
804-
" --force-unsupported test invalid input even if unsupported\n"
804+
" -f, --force-unsupported test invalid input even if unsupported\n"
805805
);
806806

807807
if (hint)

0 commit comments

Comments
 (0)