command descriptions

This commit is contained in:
2020-09-21 05:41:30 +03:00
parent 8d29aff13c
commit 32a7d722a2
30 changed files with 74 additions and 50 deletions

View File

@ -35,7 +35,10 @@ function cmd_info ()
function cmd_help ()
{
echo "TODO: description"
echo "By default, all files created by the kf2 server"
echo "have 600 permissions, which can be inconvenient."
echo "This command fixes the permissions and groups of"
echo "all ini files to the values specified in kf2-srv.conf"
}
function cmd_main ()

View File

@ -35,7 +35,7 @@ function cmd_info ()
function cmd_help ()
{
echo "TODO: description"
echo "Run the server binary directly, without systemd or anything else."
}
function cmd_main ()

View File

@ -35,7 +35,8 @@ function cmd_info ()
function cmd_help ()
{
echo "TODO: description"
echo "Stops all running server instances, installs updates (if any)"
echo "When finished, starts all enabled instances."
}
function cmd_main ()

View File

@ -35,7 +35,8 @@ function cmd_info ()
function cmd_help ()
{
echo "TODO: description"
echo "Stops all running server instances, validate server files."
echo "When finished, starts all enabled instances."
}
function cmd_main ()