- Timestamp:
- Mar 19, 2019 5:34:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-snapshot.xml
r77799 r77800 39 39 <!-- The 'id' is mandatory and must start with 'synopsis-'. --> 40 40 <command>VBoxManage snapshot</command> 41 <arg choice=" plain"><replaceable>vm</replaceable></arg>41 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 42 42 </cmdsynopsis> 43 43 44 44 <cmdsynopsis id="synopsis-vboxmanage-snapshot-take"> 45 45 <command>VBoxManage snapshot</command> 46 <arg choice=" plain"><replaceable>vm</replaceable></arg>46 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 47 47 48 48 <arg choice="plain">take</arg> 49 49 50 <arg choice=" plain"><replaceable>snapshot-name</replaceable></arg>50 <arg choice="req"><replaceable>snapshot-name</replaceable></arg> 51 51 52 52 <arg>--description=<replaceable>description</replaceable></arg> … … 59 59 <cmdsynopsis id="synopsis-vboxmanage-snapshot-delete"> 60 60 <command>VBoxManage snapshot</command> 61 <arg choice=" plain"><replaceable>vm</replaceable></arg>61 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 62 62 63 63 <arg choice="plain">delete</arg> 64 64 65 <arg choice=" plain"><replaceable>snapshot-name</replaceable></arg>65 <arg choice="req"><replaceable>snapshot-name</replaceable></arg> 66 66 </cmdsynopsis> 67 67 68 68 <cmdsynopsis id="synopsis-vboxmanage-snapshot-restore"> 69 69 <command>VBoxManage snapshot</command> 70 <arg choice=" plain"><replaceable>vm</replaceable></arg>70 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 71 71 72 72 <arg choice="plain">restore</arg> 73 73 74 <arg choice=" plain"><replaceable>snapshot-name</replaceable></arg>74 <arg choice="req"><replaceable>snapshot-name</replaceable></arg> 75 75 </cmdsynopsis> 76 76 77 77 <cmdsynopsis id="synopsis-vboxmanage-snapshot-restorecurrent"> 78 78 <command>VBoxManage snapshot</command> 79 <arg choice=" plain"><replaceable>vm</replaceable></arg>79 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 80 80 81 81 <arg choice="plain">restorecurrent</arg> … … 84 84 <cmdsynopsis id="synopsis-vboxmanage-snapshot-edit"> 85 85 <command>VBoxManage snapshot</command> 86 <arg choice=" plain"><replaceable>vm</replaceable></arg>86 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 87 87 88 88 <arg choice="plain">edit</arg> … … 100 100 <cmdsynopsis id="synopsis-vboxmanage-snapshot-list"> 101 101 <command>VBoxManage snapshot</command> 102 <arg choice=" plain"><replaceable>vm</replaceable></arg>102 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 103 103 104 104 <arg choice="plain">list</arg> … … 109 109 <cmdsynopsis id="synopsis-vboxmanage-snapshot-showvminfo"> 110 110 <command>VBoxManage snapshot</command> 111 <arg choice=" plain"><replaceable>vm</replaceable></arg>111 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 112 112 113 113 <arg choice="plain">showvminfo</arg> 114 114 115 <arg choice=" plain"><replaceable>snapshot-name</replaceable></arg>115 <arg choice="req"><replaceable>snapshot-name</replaceable></arg> 116 116 </cmdsynopsis> 117 117 </refsynopsisdiv> … … 149 149 <variablelist> 150 150 <varlistentry> 151 <term><replaceable> vm</replaceable></term>151 <term><replaceable>uuid|vmname</replaceable></term> 152 152 <listitem><para> 153 153 Specifies the UUID or name of the VM.
Note:
See TracChangeset
for help on using the changeset viewer.