diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandsell.java b/Essentials/src/com/earth2me/essentials/commands/Commandsell.java index 7d8f3a9de..faf8e945f 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandsell.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandsell.java @@ -20,7 +20,7 @@ public class Commandsell extends EssentialsCommand public void run(Server server, Essentials parent, User user, String commandLabel, String[] args) throws Exception { if (args.length < 1) { - user.sendMessage("§cUsage: /sell [amount]"); + user.sendMessage("§cUsage: /sell [itemname|id] [-][amount]"); return; } ItemStack is = ItemDb.get(args[0]); diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index 0aba6c3fb..400afafce 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -177,7 +177,7 @@ commands: usage: / sell: description: Sells the item currently in your hand. - usage: / <-> + usage: / [itemname|id] [-][amount] sethome: description: Set your home to your current location. usage: /