We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cdfda commit 0b5b879Copy full SHA for 0b5b879
main/lregex.c
@@ -4402,7 +4402,7 @@ static struct optscriptOperatorRegistration lropOperators [] = {
4402
.name = "_foreignreftag",
4403
.fn = lrop_make_foreignreftag,
4404
.arity = -1,
4405
- .help_str = "name:str lang:name kind:name role:name matchloc _FOREIGNREFTAG tag%"
+ .help_str = "name:str lang:name kind:name role:name|null matchloc _FOREIGNREFTAG tag%"
4406
"name:str lang:name|null kind:name role:name|null _FOREIGNREFTAG tag%",
4407
},
4408
{
0 commit comments