- Timestamp:
- Mar 19, 2019 3:38:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-snapshot.xml
r77790 r77791 50 50 <arg choice="plain"><replaceable>snapshot-name</replaceable></arg> 51 51 52 <arg>--description 52 <arg>--description=<replaceable>description</replaceable></arg> 53 53 54 54 <arg>--live</arg> … … 90 90 <arg choice="plain"><replaceable>snapshot-name</replaceable> | --current</arg> 91 91 92 <arg>--description 93 94 <arg>--name 92 <arg>--description=<replaceable>description</replaceable></arg> 93 94 <arg>--name=<replaceable>new-name</replaceable></arg> 95 95 </cmdsynopsis> 96 96 … … 167 167 <variablelist> 168 168 <varlistentry> 169 <term><option>--description 169 <term><option>--description=<replaceable>description</replaceable></option></term> 170 170 <listitem><para> 171 171 Specifies a description of the snapshot. … … 273 273 </varlistentry> 274 274 <varlistentry> 275 <term><option>--description 275 <term><option>--description=<replaceable>description</replaceable></option></term> 276 276 <listitem><para> 277 277 Specifies a new description for the snapshot. … … 279 279 </varlistentry> 280 280 <varlistentry> 281 <term><option>--name 281 <term><option>--name=<replaceable>new-name</replaceable></option></term> 282 282 <listitem><para> 283 283 Specifies a new name for the snapshot. … … 358 358 <screen> 359 359 $ VBoxManage snapshot ol7u4 take ol7u4-snap-001 \ 360 --description 360 --description="Oracle Linux 7.4" 361 361 </screen> 362 362 <para> … … 374 374 <screen> 375 375 $ VBoxManage snapshot ol7u4 edit ol7u4-snap-001 \ 376 --description 376 --description="Oracle Linux 7.4 with UEK4 kernel" 377 377 </screen> 378 378 <para>
Note:
See TracChangeset
for help on using the changeset viewer.