summaryrefslogtreecommitdiff
path: root/minecctl/rcon-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/rcon-commands.h
parentbf0d7d8c08527d7150027e1bc3ae2c8499c4ca97 (diff)
Change action verbs to be a bit more descriptive
Diffstat (limited to 'minecctl/rcon-commands.h')
-rw-r--r--minecctl/rcon-commands.h2
1 files changed, 1 insertions, 1 deletions
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);