From e685df91251ca111e42306e6f36835e55f052c0c Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 7 Jul 2020 20:19:12 +0200 Subject: Change action verbs to be a bit more descriptive --- minecctl/misc-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minecctl/misc-commands.c') 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; -- cgit v1.2.3