Commit e23af3bc authored by Seblu's avatar Seblu
Browse files

rename command exec to execute

Rename is done to have consistency as far as possible between server functions and cli commands
parent 6ed64c6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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):