diff --git a/cccli/command/host.py b/cccli/command/host.py
index 4d232b42b3a495da45596ac304448a9f7baf4f85..80fc2125d68a9b89bec34f35b4cb2793a4974b57 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):