Changeset 74822 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Oct 12, 2018 6:40:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-mediumio.xml
r73276 r74822 56 56 <arg>--offset=<replaceable>byte-offset</replaceable></arg> 57 57 <arg>--size=<replaceable>bytes</replaceable></arg> 58 <arg>--output=<replaceable>-|filename</replaceable></arg> 59 </cmdsynopsis> 60 <cmdsynopsis id="synopsis-vboxmanage-mediumio-stream"> 61 <command>VBoxManage mediumio</command> 62 <group choice="req"> 63 <arg>--disk=<replaceable>uuid|filename</replaceable></arg> 64 <arg>--dvd=<replaceable>uuid|filename</replaceable></arg> 65 <arg>--floppy=<replaceable>uuid|filename</replaceable></arg> 66 </group> 67 <arg>--password-file<replaceable>-|filename</replaceable></arg> 68 <arg choice="plain">stream</arg> 69 <arg>--format=<replaceable>image-format</replaceable></arg> 70 <arg>--variant=<replaceable>image-variant</replaceable></arg> 58 71 <arg>--output=<replaceable>-|filename</replaceable></arg> 59 72 </cmdsynopsis> … … 126 139 </refsect2> 127 140 141 <refsect2 id="vboxmanage-mediumio-stream"> 142 <title>mediumio stream</title> 143 <remark role="help-copy-synopsis"/> 144 <para> 145 Converts the medium to a streamable format and dumps it to the given output. 146 </para> 147 <variablelist> 148 <varlistentry> 149 <term><option>--format</option></term><listitem><para>The format of the destination image.</para></listitem> 150 </varlistentry> 151 <varlistentry> 152 <term><option>--variant</option></term><listitem><para>The medium variant for the destination.</para></listitem> 153 </varlistentry> 154 <varlistentry> 155 <term><option>--output</option></term> 156 <listitem><para>The output filename. As usual <option>-</option> is take to mean stdout.</para></listitem> 157 </varlistentry> 158 </variablelist> 159 </refsect2> 160 128 161 </refsect1> 129 162
Note:
See TracChangeset
for help on using the changeset viewer.