restore partially implemented.
This commit is contained in:
@ -32,7 +32,7 @@ void print_help() {
|
||||
std::cout << std::endl;
|
||||
std::cout << "Service commands: (if no service is specified, all services for the server are affected)" << std::endl;
|
||||
std::cout << " install SERVER [SERVICE] Install/reinstall/update service(s). Non-destructive." << std::endl;
|
||||
std::cout << " view [SERVER] [SERVICE] View status/details of all servers/server/service." << std::endl;
|
||||
std::cout << " list [SERVER] [SERVICE] List status/details of all servers/server/service." << std::endl;
|
||||
std::cout << " edit [SERVER] [SERVICE] Edit the configuration of dropshell/server/service." << std::endl;
|
||||
std::cout << " COMMAND SERVER [SERVICE] Run a command on service(s)." << std::endl;
|
||||
std::cout << std::endl;
|
||||
@ -112,7 +112,7 @@ int main(int argc, char* argv[]) {
|
||||
std::cout << "["<< dir << "] ";
|
||||
std::cout << std::endl;
|
||||
|
||||
if (cmd == "server" || cmd == "servers" || cmd == "view" || cmd == "views" || cmd == "v")
|
||||
if (cmd == "server" || cmd == "servers" || cmd == "list" || cmd == "view")
|
||||
switch (argc)
|
||||
{
|
||||
case 2:
|
||||
|
Reference in New Issue
Block a user