From e23af3bc9cfd6e2c990ec1443e7e35c193982487 Mon Sep 17 00:00:00 2001
From: Seblu <sebastien.luttringer@smartjog.com>
Date: Fri, 25 Feb 2011 16:09:07 +0100
Subject: [PATCH] rename command exec to execute

Rename is done to have consistency as far as possible between server functions and cli commands
---
 cccli/command/host.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cccli/command/host.py b/cccli/command/host.py
index 4d232b4..80fc212 100644
--- a/cccli/command/host.py
+++ b/cccli/command/host.py
@@ -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):
-- 
GitLab