Shortened and improved some command descriptions.

This commit is contained in:
sk89q 2014-06-28 18:44:09 -07:00
parent edb6c56aab
commit 723b8b6e63
2 changed files with 5 additions and 5 deletions

View File

@ -488,7 +488,7 @@ public class UtilityCommands {
@Command( @Command(
aliases = { "/help" }, aliases = { "/help" },
usage = "[<command>]", usage = "[<command>]",
desc = "Displays help for the given command or lists all commands.", desc = "Displays help for WorldEdit commands",
min = 0, min = 0,
max = -1 max = -1
) )

View File

@ -71,7 +71,7 @@ public class WorldEditCommands {
@Command( @Command(
aliases = { "reload" }, aliases = { "reload" },
usage = "", usage = "",
desc = "Reload WorldEdit", desc = "Reload configuration",
min = 0, min = 0,
max = 0 max = 0
) )
@ -84,7 +84,7 @@ public class WorldEditCommands {
@Command( @Command(
aliases = { "cui" }, aliases = { "cui" },
usage = "", usage = "",
desc = "Complete CUI handshake", desc = "Complete CUI handshake (internal usage)",
min = 0, min = 0,
max = 0 max = 0
) )
@ -96,7 +96,7 @@ public class WorldEditCommands {
@Command( @Command(
aliases = { "tz" }, aliases = { "tz" },
usage = "[timezone]", usage = "[timezone]",
desc = "Set your timezone", desc = "Set your timezone for snapshots",
min = 1, min = 1,
max = 1 max = 1
) )
@ -111,7 +111,7 @@ public class WorldEditCommands {
@Command( @Command(
aliases = { "help" }, aliases = { "help" },
usage = "[<command>]", usage = "[<command>]",
desc = "Displays help for the given command or lists all commands.", desc = "Displays help for WorldEdit commands",
min = 0, min = 0,
max = -1 max = -1
) )