Syntax conventions

Pipe |
indicates a choice between two or more options or arguments.
Square brackets [ ]
indicate optional options, parameters, and arguments.
Curly braces { }
indicate a required choice between two or more options or arguments.
Ellipsis …
indicates repetition or multiple values or arguments.