summaryrefslogtreecommitdiff
path: root/minecctl/misc-commands.c
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/misc-commands.c
parentbf0d7d8c08527d7150027e1bc3ae2c8499c4ca97 (diff)
Change action verbs to be a bit more descriptive
Diffstat (limited to 'minecctl/misc-commands.c')
-rw-r--r--minecctl/misc-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecctl/misc-commands.c b/minecctl/misc-commands.c
index 1870e07..c7c09d0 100644
--- a/minecctl/misc-commands.c
+++ b/minecctl/misc-commands.c
@@ -155,7 +155,7 @@ bool do_pcount(struct cfg *cfg)
return true;
}
-bool do_ping(struct cfg *cfg)
+bool do_status(struct cfg *cfg)
{
struct server *server;
const char *error;