summaryrefslogtreecommitdiff
path: root/minecctl/minecctl-commands.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-07-07 20:19:12 +0200
committerDavid Härdeman <david@hardeman.nu>2020-07-07 20:19:12 +0200
commite685df91251ca111e42306e6f36835e55f052c0c (patch)
treef82cd13720c9205aa2c03ca405ef3d8fa45fea58 /minecctl/minecctl-commands.h
parentbf0d7d8c08527d7150027e1bc3ae2c8499c4ca97 (diff)
Change action verbs to be a bit more descriptive
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",