summaryrefslogtreecommitdiff
path: root/minecctl
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-26 15:27:49 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-26 15:27:49 +0200
commitc3538f5cfbf6a44588f7eb1622f54a6d1468acd8 (patch)
tree9642d70fad8b2f48c0e3a0fb6be77784b10a624f /minecctl
parent1454f8ec3946d36722dc71af91ae8fa7cee0f050 (diff)
Document stopall
Diffstat (limited to 'minecctl')
-rw-r--r--minecctl/minecctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecctl/minecctl.c b/minecctl/minecctl.c
index 959121e..01f8163 100644
--- a/minecctl/minecctl.c
+++ b/minecctl/minecctl.c
@@ -165,7 +165,7 @@ usage(bool no_error)
" status [SERVER] show status of SERVER (or all known servers)\n"
" ping [SERVER] check if SERVER is running\n"
" stop [SERVER] stop SERVER\n"
- " stopall stop all known servers\n"
+ " stopall stop all known servers (including ADDR)\n"
" pcount [SERVER] get player count for SERVER\n"
" console [SERVER] interactive command line for SERVER\n"
" cmd [SERVER] CMD send CMD to SERVER\n"