specify how ; can separate multiple tag values

This commit is contained in:
arkinox 2024-09-10 15:44:33 -05:00 committed by fiatjaf_
parent 88a07a3504
commit 9bbc87b27a

View File

@ -125,7 +125,7 @@ example:
&cli.StringSliceFlag{
Name: "tag",
Aliases: []string{"t"},
Usage: "sets a tag field on the event, takes a value like -t e=<id>",
Usage: "sets a tag field on the event, takes a value like -t e=<id> or -t sometag=\"value one;value two;value three\"",
Category: CATEGORY_EVENT_FIELDS,
},
&cli.StringSliceFlag{