Loading cccli/command/host.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ from sjrpc.core.exceptions import * from cccli.printer import Printer, color from cccli.command.command import TqlCommand class Command_exec(TqlCommand): class Command_execute(TqlCommand): '''Execute a command on the remote host''' def __init__(self, cli, argv0): Loading Loading
cccli/command/host.py +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ from sjrpc.core.exceptions import * from cccli.printer import Printer, color from cccli.command.command import TqlCommand class Command_exec(TqlCommand): class Command_execute(TqlCommand): '''Execute a command on the remote host''' def __init__(self, cli, argv0): Loading