Skip to content

Commit

Permalink
Fix parameters help string.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Feb 18, 2019
1 parent ffaffde commit a91ec98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public boolean execute(User user, String label, List<String> args)
public void setup()
{
this.setPermission(CHALLENGE_COMMAND);
this.setParametersHelp("challen/ges.commands.user.parameters");
this.setParametersHelp("challenges.commands.user.parameters");
this.setDescription("challenges.commands.user.description");
}
}

0 comments on commit a91ec98

Please sign in to comment.