Skip to content

Commit

Permalink
Setting Scope is not mentioned in help text (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo2menelzeiny committed Apr 5, 2020
1 parent a646d82 commit 0bce64c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/autolinkplugin/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const helpText = "###### Mattermost Autolink Plugin Administration\n" +
`/autolink set Visa Pattern (?P<VISA>(?P<part1>4\d{3})[ -]?(?P<part2>\d{4})[ -]?(?P<part3>\d{4})[ -]?(?P<LastFour>[0-9]{4}))` + "\n" +
"/autolink set Visa Template VISA XXXX-XXXX-XXXX-$LastFour\n" +
"/autolink set Visa WordMatch true\n" +
"/autolink set Visa Scope team/townsquare\n" +
"/autolink test Vi 4356-7891-2345-1111 -- (4111222233334444)\n" +
"/autolink enable Visa\n" +
"```\n" +
Expand Down

0 comments on commit 0bce64c

Please sign in to comment.