User's Manual

573
Chapter 81 Overview
81.1 Stipulation
81.1.1 Format Stipulation in the Command Line
Syntax Meaning
Bold
Stands for the keyword in the command line, which stays unchanged and must be
entered without any modification. It is presented as a bold in the command line.
{italic}
Stands for the parameter in the command line, which must be replaced by the actual
value. It must be presented by the italic in the brace.
<italic>
Stands for the parameter in the command line, which must be replaced by the actual
value. It must be presented by the italic in the point bracket.
[ ]
Stands for the optional parameter, which is in the square bracket.
{ x | y | ... } Means that you can choose one option from two or more options.
[ x | y | ... ] Means that you can choose one option or none from two or more options.
{ x | y | ... } *
Means that you has to choose at least one option from two or more options, or even
choose all options.
[ x | y | ... ] * Means that you can choose multiple options or none from two or more options.
&<1-n> Means that the parameter before the “&” symbol can be entered 1n times.
# Means that the line starting with the “#” symbol is an explanation line.