summaryrefslogtreecommitdiff
path: root/minecctl/misc-commands.c
diff options
context:
space:
mode:
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;