summaryrefslogtreecommitdiff
path: root/man
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 /man
parentbf0d7d8c08527d7150027e1bc3ae2c8499c4ca97 (diff)
Change action verbs to be a bit more descriptive
Diffstat (limited to 'man')
-rw-r--r--man/minecctl.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/man/minecctl.xml b/man/minecctl.xml
index c410d40..62c8925 100644
--- a/man/minecctl.xml
+++ b/man/minecctl.xml
@@ -71,21 +71,24 @@
</varlistentry>
<varlistentry>
- <term><command>status</command> <optional>SERVER</optional></term>
+ <term><command>info</command> <optional>SERVER</optional></term>
<listitem><para>
- Show the current status of <replaceable>SERVER</replaceable>
+ Show information about <replaceable>SERVER</replaceable>
(or all known servers if <replaceable>SERVER</replaceable>
- is not specified).
+ is not specified). Note that the server needs to be running.
</para></listitem>
</varlistentry>
<varlistentry>
- <term><command>ping</command> <optional>SERVER</optional></term>
+ <term><command>status</command> <optional>SERVER</optional></term>
<listitem><para>
- Check if <replaceable>SERVER</replaceable> is running
- (if <replaceable>SERVER</replaceable> is not specified, it must
+ Check if <replaceable>SERVER</replaceable> is running and reachable
+ via various methods (<acronym>rcon</acronym>,
+ <application>minecraft</application> protocol and
+ <application>systemd</application>).
+ If <replaceable>SERVER</replaceable> is not specified, it must
be defined via command line options, see options <option>-r</option>
- and <option>-m</option> below).
+ and <option>-m</option> below.
</para></listitem>
</varlistentry>