Changeset 89918 in vbox
- Timestamp:
- Jun 25, 2021 6:38:09 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/doc/manual/en_US/man_VBoxManage.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage.xml
r87076 r89918 18 18 %all.entities; 19 19 ]> 20 <refentry id=" man_vboxmanage" lang="en">20 <refentry id="vboxmanage-common" lang="en"> 21 21 <refentryinfo> 22 <pubdate> August 2019</pubdate>22 <pubdate>$Date$</pubdate> 23 23 <title>VBoxManage</title> 24 24 </refentryinfo> … … 36 36 37 37 <refsynopsisdiv> 38 <cmdsynopsis id="synopsis-vboxmanage ">38 <cmdsynopsis id="synopsis-vboxmanage-common"> 39 39 <!-- The 'id' is mandatory and must start with 'synopsis-'. --> 40 40 <command>VBoxManage</command> 41 <arg>--nologo</arg> 42 <arg>--settingspw=[<replaceable>password</replaceable>]</arg> 41 <group> 42 <arg choice="plain">-V</arg> 43 <arg choice="plain">--version</arg> 44 </group> 45 <arg>--dump-build-type</arg> 46 <group> 47 <arg choice="plain">-q</arg> 48 <arg choice="plain">--nologo</arg> 49 </group> 50 <arg>--settingspw=<replaceable>password</replaceable></arg> 43 51 <arg>--settingspwfile=<replaceable>pw-file</replaceable></arg> 44 <arg>--version</arg>45 52 <arg>@<replaceable>response-file</replaceable></arg> 46 <arg>< replaceable>subcommand</replaceable></arg>53 <arg><arg>help</arg> <replaceable>subcommand</replaceable></arg> 47 54 </cmdsynopsis> 48 55 </refsynopsisdiv> … … 125 132 Suppresses the output of the logo information, which is 126 133 useful for scripts. 134 </para><para> 135 The short version of this option is <option>-q</option>. 127 136 </para></listitem> 128 137 </varlistentry> … … 165 174 <command>VBoxManage</command> command. 166 175 </para><para> 167 The short version of this option is <option>- v</option>.176 The short version of this option is <option>-V</option>. 168 177 </para></listitem> 169 178 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.

