Changeset 79619 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Jul 9, 2019 12:53:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-dhcpserver.xml
r79618 r79619 50 50 <arg choice="opt" rep="repeat"> 51 51 <arg choice="opt">--global</arg> 52 <arg choice="opt" rep="repeat">--add-opt=<replaceable>dhcp-opt-no hex-string</replaceable></arg>52 <arg choice="opt" rep="repeat">--add-opt=<replaceable>dhcp-opt-no value</replaceable></arg> 53 53 </arg> 54 54 <sbr/> … … 56 56 <arg choice="req">--vm=<replaceable>name|uuid</replaceable></arg> 57 57 <arg choice="opt">--nic=<replaceable>1-N</replaceable></arg> 58 <arg choice="opt" rep="repeat">--add-opt=<replaceable>dhcp-opt-no hex-string</replaceable></arg>58 <arg choice="opt" rep="repeat">--add-opt=<replaceable>dhcp-opt-no value</replaceable></arg> 59 59 </arg> 60 60 </cmdsynopsis> … … 77 77 <arg choice="opt">--global</arg> 78 78 <arg choice="plain">--del-opt=<replaceable>dhcp-opt-no</replaceable></arg> 79 <arg choice="plain">--add-opt=<replaceable>dhcp-opt-no hex-string</replaceable></arg>79 <arg choice="plain">--add-opt=<replaceable>dhcp-opt-no value</replaceable></arg> 80 80 </arg> 81 81 <sbr/> … … 84 84 <arg choice="opt">--nic=<replaceable>1-N</replaceable></arg> 85 85 <arg choice="opt" rep="repeat">--del-opt=<replaceable>dhcp-opt-no</replaceable></arg> 86 <arg choice="opt" rep="repeat">--add-opt=<replaceable>dhcp-opt-no hex-string</replaceable></arg>86 <arg choice="opt" rep="repeat">--add-opt=<replaceable>dhcp-opt-no value</replaceable></arg> 87 87 </arg> 88 88 </cmdsynopsis> … … 195 195 </varlistentry> 196 196 <varlistentry> 197 <term><option>--add-opt=<replaceable>dhcp-opt-no hex-string</replaceable></option></term>197 <term><option>--add-opt=<replaceable>dhcp-opt-no value</replaceable></option></term> 198 198 <listitem><para>Adds the specified DHCP option number (0-255) and value. The scope of 199 199 the option is decided by the <option>--vm</option> and <option>global</option> options. 200 The value format is option specific. 200 201 </para></listitem> 201 202 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.