Index: /trunk/FACT++/src/InterpreterV8.cc
===================================================================
--- /trunk/FACT++/src/InterpreterV8.cc	(revision 15043)
+++ /trunk/FACT++/src/InterpreterV8.cc	(revision 15044)
@@ -499,5 +499,5 @@
         arr->Set(String::New("server"), String::New(is->server.c_str()), ReadOnly);
         arr->Set(String::New("service"), String::New(is->service.c_str()), ReadOnly);
-        arr->Set(String::New("command"), Boolean::New(is->iscmd), ReadOnly);
+        arr->Set(String::New("isCommand"), Boolean::New(is->iscmd), ReadOnly);
         if (!is->format.empty())
             arr->Set(String::New("format"), String::New(is->format.c_str()), ReadOnly);
@@ -562,5 +562,5 @@
         obj->Set(String::New("server"), String::New(is->server.c_str()), ReadOnly);
         obj->Set(String::New("service"), String::New(is->service.c_str()), ReadOnly);
-        obj->Set(String::New("command"), Boolean::New(is->iscmd), ReadOnly);
+        obj->Set(String::New("isCommand"), Boolean::New(is->iscmd), ReadOnly);
         if (!is->format.empty())
             obj->Set(String::New("format"), String::New(is->format.c_str()), ReadOnly);
