Index: /trunk/doc/manual/en_US/user_VBoxManage.xml
===================================================================
--- /trunk/doc/manual/en_US/user_VBoxManage.xml	(revision 38054)
+++ /trunk/doc/manual/en_US/user_VBoxManage.xml	(revision 38055)
@@ -1107,12 +1107,10 @@
        </listitem>
        <listitem>
-           <para><computeroutput>--mode machine|machineandchildren|all</computeroutput>: 
+           <para><computeroutput>--mode machine|all</computeroutput>: 
            Selects the cloning mode of the operation. If
            <computeroutput>machine</computeroutput> is selected (the default),
-           the current state of the VM without any snapshots is cloned. In the
-           <computeroutput>machineandchildren</computeroutput> mode the snapshot
-           provided by <computeroutput>--snapshot</computeroutput> and all
-           child snapshots are cloned. If <computeroutput>all</computeroutput>
-           is the selected mode all snapshots and the current state are cloned.
+           the current state of the VM without any snapshots is cloned. If
+           <computeroutput>all</computeroutput> is the selected mode all
+           snapshots and the current state are cloned.
            </para>
        </listitem>
Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp	(revision 38054)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp	(revision 38055)
@@ -335,5 +335,5 @@
                      "VBoxManage clonevm          <uuid>|<name>\n"
                      "                            [--snapshot <uuid>|<name>]\n"
-                     "                            [--mode machine|machineandchildren|all]\n"
+                     "                            [--mode machine|all]\n"
                      "                            [--options link|keepallmacs|keepnatmacs|\n"
                      "                                       keepdisknames]\n"
Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp	(revision 38054)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp	(revision 38055)
@@ -282,6 +282,6 @@
     if (!RTStrICmp(psz, "machine"))
         *pMode = CloneMode_MachineState;
-    else if (!RTStrICmp(psz, "machineandchildren"))
-        *pMode = CloneMode_MachineAndChildStates;
+//    else if (!RTStrICmp(psz, "machineandchildren"))
+//        *pMode = CloneMode_MachineAndChildStates;
     else if (!RTStrICmp(psz, "all"))
         *pMode = CloneMode_AllStates;
Index: /trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UICloneVMWizard.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UICloneVMWizard.cpp	(revision 38054)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UICloneVMWizard.cpp	(revision 38055)
@@ -40,5 +40,6 @@
      * for it. */
     if (machine.GetSnapshotCount() > 0)
-        addPage(new UICloneVMWizardPage2(fShowChildsOption));
+//        addPage(new UICloneVMWizardPage2(fShowChildsOption));
+        addPage(new UICloneVMWizardPage2(false));
 
     /* Translate wizard: */
