| Format | Description | 
|---|---|
| Ellipsis (...) | Parameters which can be repeated several times in a command line | 
| Between square brackets ([]) | Optional Elements | 
| Curly brackets ({}) Separate options from each other with a pipe sign (|). Example: {even|odd} | A group of selection possibilities from which the user must choose an option | 
