
About this guide
Command-line syntax in this guide might use one or more of the elements described in the following table.
Element Description
Variable Italicized text denotes placeholders for user-dened variables.
location=IpAddress:Port
For the above parameter, you would input something similar to the example shown below:
location=192.168.0.10:12345
[ ]
Parameters enclosed in square brackets are optional.
location=IpAddress[:Port]
For the above parameter, you could input something similar to one of the examples shown below:
location=192.168.0.10
location=192.168.0.10:12345
NOTE: A parameter is mandatory if it is not enclosed in square brackets.
{ | | }
Braces and vertical bars denote where you must choose only one of the options.
speed={high|medium|low}
For the above parameter, you would input one of the following:
speed=high
speed=medium
speed=low
" "
' '
Double quotes and single quotes must not be omitted.
location="'192.168.0.10' '12345'"
The above parameter demonstrates nested strings, for which you would input the double quotes
and single quotes along with the other text.
...
An ellipsis denotes where a parameter could be repeated multiple times and can be used in
conjunction with square brackets to show that the repetition is optional.
devicenames=Computer1 [Computer2...]
For the above parameter, you would input a minimum of one computer name, and you could
optionally specify an innite number of additional computer names.
iii
Comentarios a estos manuales