flip command
This commit is contained in:
parent
bd27109a2b
commit
5861c9c776
@ -24,9 +24,9 @@ void print_help() {
|
||||
std::cout << " servers NAME Show details for specific server" << std::endl;
|
||||
std::cout << " templates List all available templates" << std::endl;
|
||||
std::cout << std::endl;
|
||||
std::cout << " install SERVER [SERVICE] (Re)install a specific service on a server." << std::endl;
|
||||
std::cout << " backup SERVER [SERVICE] Backup a specific service on a server." << std::endl;
|
||||
std::cout << " run SERVER SERVICE COMMAND Run a command on a specific service" << std::endl;
|
||||
std::cout << " install SERVER [SERVICE] Install/Update service(s)." << std::endl;
|
||||
std::cout << " backup SERVER [SERVICE] Backup service(s)." << std::endl;
|
||||
std::cout << " COMMAND SERVER [SERVICE] Run a custom command on service(s)." << std::endl;
|
||||
std::cout << std::endl;
|
||||
std::cout << "Examples:" << std::endl;
|
||||
std::cout << " dropshell servers" << std::endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user