Skip to content

Commit

Permalink
specify how ; can separate multiple tag values
Browse files Browse the repository at this point in the history
  • Loading branch information
arkin0x authored and fiatjaf committed Sep 10, 2024
1 parent 88a07a3 commit 9bbc87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 9bbc87b

Please sign in to comment.