Changeset 52036 in vbox
- Timestamp:
- Jul 15, 2014 1:02:35 PM (10 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
-
SDKRef.xml (modified) (1 diff)
-
user_VBoxManage.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r51555 r52036 4671 4671 4672 4672 <listitem> 4673 <para><computeroutput>IMachine::deleteSettings</computeroutput> 4674 has been replaced by IMachine::delete, which allows specifying 4675 which disk images are to be deleted as part of the deletion, 4676 and because it can take a while it also returns a 4677 <computeroutput>IProgress</computeroutput> object reference, 4678 so that the completion of the asynchronous activities can be 4679 monitored.</para> 4680 </listitem> 4681 4682 <listitem> 4673 4683 <para><computeroutput>IConsole::forgetSavedState</computeroutput> 4674 4684 has been renamed to <xref -
trunk/doc/manual/en_US/user_VBoxManage.xml
r51257 r52036 467 467 machine files, as described with <computeroutput>VBoxManage 468 468 createvm</computeroutput> above.</para> 469 </listitem> 470 471 <listitem> 472 <para><computeroutput>--groups <group>, ...</computeroutput>: 473 This changes the group membership of a VM. Groups always start with 474 a <computeroutput>/</computeroutput> and can be nested. By default 475 VMs are in group <computeroutput>/</computeroutput>.</para> 476 </listitem> 477 478 <listitem> 479 <para><computeroutput>--description <desc></computeroutput>: 480 This changes the VM's description, which is a way to record details 481 about the VM in a way which is meaningful for the user. The GUI 482 interprets HTML formatting, the command line allows arbitrary 483 strings potentially containing multiple lines.</para> 469 484 </listitem> 470 485
Note:
See TracChangeset
for help on using the changeset viewer.

