Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b1cb58

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 LiDiscussion:https://postgr.es/m/ME0P300MB04452BD1FB1B277D4C1C20B9B6C52@ME0P300MB0445.AUSP300.PROD.OUTLOOK.COMBackpatch-through: 13
1 parent9ba7bcc commit9b1cb58

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)

[8]ページ先頭

©2009-2025 Movatter.jp