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/rcon-commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minecctl/rcon-commands.h') diff --git a/minecctl/rcon-commands.h b/minecctl/rcon-commands.h index 84d5529..b2ae75d 100644 --- a/minecctl/rcon-commands.h +++ b/minecctl/rcon-commands.h @@ -2,7 +2,7 @@ #ifndef foorconcommandshfoo #define foorconcommandshfoo -bool do_status(struct cfg *cfg); +bool do_info(struct cfg *cfg); bool do_stop(struct cfg *cfg); -- cgit v1.2.3