document <type> in --prop:[<type>:]<name>=<value>
This commit is contained in:
parent
2ee85ac82b
commit
8e0cf02038
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@
|
|||
<enable-auto-coordination-desc>Enable auto coordination</enable-auto-coordination-desc>
|
||||
<disable-auto-coordination-desc>Disable auto coordination</disable-auto-coordination-desc>
|
||||
<browser-app-desc>Specify path to your web browser</browser-app-desc>
|
||||
<prop-desc>Set property <name> to <value></prop-desc>
|
||||
<prop-desc>Set property <name> to <value>. <type> can be one of string, double, float, long, int, or bool. Default is string.</prop-desc>
|
||||
<config-desc>Load additional properties from path</config-desc>
|
||||
<units-feet-desc>Use feet for distances</units-feet-desc>
|
||||
<units-meters-desc>Use meters for distances</units-meters-desc>
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
</option>
|
||||
|
||||
<option>
|
||||
<name>prop:name</name>
|
||||
<name>prop:[type:]name</name>
|
||||
<arg>value</arg>
|
||||
<description>strings/prop-desc</description>
|
||||
</option>
|
||||
|
|
Loading…
Reference in a new issue