Skip to content

Commit 0b5b879

Browse files
committed
optscript: add missing null to the help_str of _foreignreftag operator
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 49cdfda commit 0b5b879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/lregex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4402,7 +4402,7 @@ static struct optscriptOperatorRegistration lropOperators [] = {
44024402
.name = "_foreignreftag",
44034403
.fn = lrop_make_foreignreftag,
44044404
.arity = -1,
4405-
.help_str = "name:str lang:name kind:name role:name matchloc _FOREIGNREFTAG tag%"
4405+
.help_str = "name:str lang:name kind:name role:name|null matchloc _FOREIGNREFTAG tag%"
44064406
"name:str lang:name|null kind:name role:name|null _FOREIGNREFTAG tag%",
44074407
},
44084408
{

0 commit comments

Comments
 (0)