Changeset 77787 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Mar 19, 2019 2:42:53 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129454
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-clonevm.xml
r77785 r77787 38 38 <cmdsynopsis id="synopsis-vboxmanage-clonevm"> 39 39 <!-- The 'id' is mandatory and must start with 'synopsis-'. --> 40 <command>VBoxManage clonevm</command> 40 <command>VBoxManage clonevm</command> 41 41 <arg choice="plain"><replaceable>vm</replaceable></arg> 42 42 43 43 <arg>--basefolder <replaceable>basefolder</replaceable></arg> 44 44 45 45 <arg>--group <replaceable>group</replaceable>, ...</arg> 46 46 47 47 <arg>--mode machine | machinechildren | all</arg> 48 48 49 49 <arg>--name <replaceable>name</replaceable></arg> 50 50 51 51 <arg>--options link | keepallmacs | keepnatmacs | keepdisknames | keephwuuids</arg> 52 52 53 53 <arg>--register</arg> 54 54 55 55 <arg>--snapshot <replaceable>snapshot-name</replaceable></arg> 56 56 57 57 <arg>--uuid <replaceable>uuid</replaceable></arg> 58 58 </cmdsynopsis> -
trunk/doc/manual/en_US/man_VBoxManage-snapshot.xml
r77786 r77787 38 38 <cmdsynopsis id="synopsis-vboxmanage-snapshot"> 39 39 <!-- The 'id' is mandatory and must start with 'synopsis-'. --> 40 <command>VBoxManage snapshot</command> 41 <arg choice="plain"><replaceable>vm</replaceable></arg> 42 </cmdsynopsis> 43 40 <command>VBoxManage snapshot</command> 41 <arg choice="plain"><replaceable>vm</replaceable></arg> 42 </cmdsynopsis> 43 44 44 <cmdsynopsis id="synopsis-vboxmanage-snapshot-take"> 45 <command>VBoxManage snapshot</command> 46 <arg choice="plain"><replaceable>vm</replaceable></arg> 47 45 <command>VBoxManage snapshot</command> 46 <arg choice="plain"><replaceable>vm</replaceable></arg> 47 48 48 <arg choice="plain">take</arg> 49 49 50 50 <arg choice="plain"><replaceable>snapshot-name</replaceable></arg> 51 51 52 52 <arg>--description <replaceable>description</replaceable></arg> 53 53 54 54 <arg>--live</arg> 55 55 56 56 <arg>--uniquename Number,Timestamp,Space,Force</arg> 57 57 </cmdsynopsis> 58 58 59 59 <cmdsynopsis id="synopsis-vboxmanage-snapshot-delete"> 60 <command>VBoxManage snapshot</command> 61 <arg choice="plain"><replaceable>vm</replaceable></arg> 62 60 <command>VBoxManage snapshot</command> 61 <arg choice="plain"><replaceable>vm</replaceable></arg> 62 63 63 <arg choice="plain">delete</arg> 64 64 65 65 <arg choice="plain"><replaceable>snapshot-name</replaceable></arg> 66 66 </cmdsynopsis> 67 67 68 68 <cmdsynopsis id="synopsis-vboxmanage-snapshot-restore"> 69 <command>VBoxManage snapshot</command> 70 <arg choice="plain"><replaceable>vm</replaceable></arg> 71 69 <command>VBoxManage snapshot</command> 70 <arg choice="plain"><replaceable>vm</replaceable></arg> 71 72 72 <arg choice="plain">restore</arg> 73 73 74 74 <arg choice="plain"><replaceable>snapshot-name</replaceable></arg> 75 75 </cmdsynopsis> 76 76 77 77 <cmdsynopsis id="synopsis-vboxmanage-snapshot-restorecurrent"> 78 <command>VBoxManage snapshot</command> 79 <arg choice="plain"><replaceable>vm</replaceable></arg> 80 78 <command>VBoxManage snapshot</command> 79 <arg choice="plain"><replaceable>vm</replaceable></arg> 80 81 81 <arg choice="plain">restorecurrent</arg> 82 82 </cmdsynopsis> 83 83 84 84 <cmdsynopsis id="synopsis-vboxmanage-snapshot-edit"> 85 <command>VBoxManage snapshot</command> 86 <arg choice="plain"><replaceable>vm</replaceable></arg> 87 85 <command>VBoxManage snapshot</command> 86 <arg choice="plain"><replaceable>vm</replaceable></arg> 87 88 88 <arg choice="plain">edit</arg> 89 89 90 90 <arg choice="plain"><replaceable>snapshot-name</replaceable> | --current</arg> 91 91 92 92 <arg>--description <replaceable>description</replaceable></arg> 93 93 94 94 <arg>--name <replaceable>new-name</replaceable></arg> 95 95 </cmdsynopsis> 96 96 97 97 <cmdsynopsis id="synopsis-vboxmanage-snapshot-list"> 98 <command>VBoxManage snapshot</command> 99 <arg choice="plain"><replaceable>vm</replaceable></arg> 100 98 <command>VBoxManage snapshot</command> 99 <arg choice="plain"><replaceable>vm</replaceable></arg> 100 101 101 <arg choice="plain">list</arg> 102 102 103 103 <arg>--details | --machinereadable</arg> 104 104 </cmdsynopsis> 105 105 106 106 <cmdsynopsis id="synopsis-vboxmanage-snapshot-showvminfo"> 107 <command>VBoxManage snapshot</command> 108 <arg choice="plain"><replaceable>vm</replaceable></arg> 109 107 <command>VBoxManage snapshot</command> 108 <arg choice="plain"><replaceable>vm</replaceable></arg> 109 110 110 <arg choice="plain">showvminfo</arg> 111 111 112 112 <arg choice="plain"><replaceable>snapshot-name</replaceable></arg> 113 113 </cmdsynopsis>
Note:
See TracChangeset
for help on using the changeset viewer.