Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp	(revision 65181)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp	(revision 65182)
@@ -2543,6 +2543,6 @@
         if (details == VMINFO_MACHINEREADABLE)
         {
-            RTPrintf("vcpenabled=\"%s\"\n", bActive ? "on" : "off");
-            RTPrintf("vcpscreens=");
+            RTPrintf("videocap=\"%s\"\n", bActive ? "on" : "off");
+            RTPrintf("videocapscreens=");
             bool fComma = false;
             for (unsigned i = 0; i < screens.size(); i++)
@@ -2553,9 +2553,8 @@
                 }
             RTPrintf("\n");
-            RTPrintf("vcpfile=\"%ls\"\n", File.raw());
-            RTPrintf("vcpwidth=%u\n", (unsigned)Width);
-            RTPrintf("vcpheight=%u\n", (unsigned)Height);
-            RTPrintf("vcprate=%u\n", (unsigned)Rate);
-            RTPrintf("vcpfps=%u\n", (unsigned)Fps);
+            RTPrintf("videocapfile=\"%ls\"\n", File.raw());
+            RTPrintf("videocapres=%ux%u\n", (unsigned)Width, (unsigned)Height);
+            RTPrintf("videocaprate=%u\n", (unsigned)Rate);
+            RTPrintf("videocapfps=%u\n", (unsigned)Fps);
         }
         else
