Skip to content

Commit cb29a85

Browse files
committed
fix: invalid example in test.sh
1 parent 46960b7 commit cb29a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Default value: $DEFAULT_DEBUGGERS
3333
Example:
3434
$0 --pg-versions="17 15 10"
3535
$0 --threads=15
36-
$0 -j 15 --vscode-versions="stable 1.78.2" --debugger="lldb"
36+
$0 -j 15 --vscode-versions="stable 1.78.2" --debuggers="lldb"
3737
EOM
3838
}
3939

0 commit comments

Comments
 (0)