User's Manual
3
Format
Significance
Bold
Keywords of command line (the part that should be remained
unchanged in command and be entered as it is) are expressed with
bold font.
Italic
The parameters of command line (the part that must be replaced with
the actual value in command) are expressed in italic.
[ ]
Indicating that the part in “[]” is optional in command configuration.
{ x | y | ... }
Indicating to select one from multiple options.
[ x | y | ... ]
Indicating to select one or not to select from multiple options.
{ x | y | ... } *
Indicating to select at least one from multiple options.
[ x | y | ... ] *
Indicating to select one or more or not to select from multiple options.
&<1-n>
Indicating that the parameter in front of the symbol & can be
repeatedly entered for 1~n times.
#
The lines starting from no. “#” are comment lines.