Merge pull request #17 from chunderbolt/master

Fix incorrect help message
This commit is contained in:
goaaats 2019-12-27 12:37:49 +09:00 committed by GitHub
commit 3275005193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -190,7 +190,7 @@ namespace Dalamud {
CommandManager.AddHandler("/xlbonus", new CommandInfo(OnRouletteBonusNotifyCommand)
{
HelpMessage = "Notify when a roulette has a bonus you specified. Usage: /xlitem <roulette name> <role name>"
HelpMessage = "Notify when a roulette has a bonus you specified. Usage: /xlbonus <roulette name> <role name>"
});
}