diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/minecctl.xml | 17 |
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> |