summaryrefslogtreecommitdiff
path: root/minecctl/minecctl-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/minecctl-commands.h')
-rw-r--r--minecctl/minecctl-commands.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/minecctl/minecctl-commands.h b/minecctl/minecctl-commands.h
index b946271..909c48d 100644
--- a/minecctl/minecctl-commands.h
+++ b/minecctl/minecctl-commands.h
@@ -6,8 +6,8 @@ enum commands {
CMD_INVALID = 0,
CMD_LIST,
CMD_LINT,
+ CMD_INFO,
CMD_STATUS,
- CMD_PING,
CMD_STOP,
CMD_STOPALL,
CMD_PCOUNT,
@@ -28,12 +28,12 @@ static struct command_list {
.cmd = CMD_LINT,
},
{
- .name = "status",
- .cmd = CMD_STATUS,
+ .name = "info",
+ .cmd = CMD_INFO,
},
{
- .name = "ping",
- .cmd = CMD_PING,
+ .name = "status",
+ .cmd = CMD_STATUS,
},
{
.name = "stop",