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,7 @@ function cmd_info ()
function cmd_help ()
{
echo "TODO: description"
echo "Name(s) must not contain spaces."
}
function cmd_main ()

View File

@ -30,12 +30,12 @@ function cmd_usage ()
function cmd_info ()
{
echo "Send message to specified server instances"
echo "Send message to specified server instance(s)"
}
function cmd_help ()
{
echo "TODO: description"
echo "If instance is not specified, sends a message to all running servers."
}
function cmd_main ()

View File

@ -30,12 +30,12 @@ function cmd_usage ()
function cmd_info ()
{
echo "Delete the specified server instances"
echo "Delete the specified server instance(s)"
}
function cmd_help ()
{
echo "TODO: description"
echo "If instance is not specified, deletes all server instances."
}
function cmd_main ()

View File

@ -30,12 +30,12 @@ function cmd_usage ()
function cmd_info ()
{
echo "Disable specified server instance(s)"
echo "Disable autostart for specified server instance(s)"
}
function cmd_help ()
{
echo "TODO: description"
echo "If instance is not specified, disable autostart for all instances."
}
function cmd_main ()

View File

@ -30,12 +30,12 @@ function cmd_usage ()
function cmd_info ()
{
echo "Enable specified server instance(s)"
echo "Enable autostart for specified server instance(s)"
}
function cmd_help ()
{
echo "TODO: description"
echo "If instance is not specified, disable autostart for all instances."
}
function cmd_main ()

View File

@ -35,7 +35,7 @@ function cmd_info ()
function cmd_help ()
{
echo "TODO: description"
echo "If instance is not specified, displays the status of all instances."
}
function cmd_main ()

View File

@ -35,7 +35,7 @@ function cmd_info ()
function cmd_help ()
{
echo "TODO: description"
echo "If instance is not specified, restarts all enabled instances."
}
function cmd_main ()

View File

@ -35,7 +35,7 @@ function cmd_info ()
function cmd_help ()
{
echo "TODO: description"
echo "If instance is not specified, starts all enabled instances."
}
function cmd_main ()

View File

@ -35,7 +35,7 @@ function cmd_info ()
function cmd_help ()
{
echo "TODO: description"
echo "If instance is not specified, stops all instances."
}
function cmd_main ()