Skip to content

Commit

Permalink
Fix option name
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Jan 18, 2024
1 parent 33081a5 commit f7bb203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public SetPrivileged() {
this.name = "set-privileged";
this.help = "Mark a trick as privileged";
this.options = List.of(
new OptionData(OptionType.STRING, "trick", "The trick whose owner to change", true).setAutoComplete(true),
new OptionData(OptionType.STRING, "trick", "The trick whose privileged status to change", true).setAutoComplete(true),
new OptionData(OptionType.BOOLEAN, "privileged", "Whether the trick should be privileged", true)
);
}
Expand Down

0 comments on commit f7bb203

Please sign in to comment.