command descriptions
This commit is contained in:
@ -35,7 +35,7 @@ function cmd_info ()
|
||||
|
||||
function cmd_help ()
|
||||
{
|
||||
echo "TODO: description"
|
||||
echo "Name(s) must not contain spaces."
|
||||
}
|
||||
|
||||
function cmd_main ()
|
||||
|
@ -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 ()
|
||||
|
@ -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 ()
|
||||
|
@ -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 ()
|
||||
|
@ -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 ()
|
||||
|
@ -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 ()
|
||||
|
@ -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 ()
|
||||
|
@ -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 ()
|
||||
|
@ -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 ()
|
||||
|
Reference in New Issue
Block a user