Command Line Syntax Conventions

  • Command line syntax conventions

References

e.g.

NotationDescription
Text without brackets or bracesItems you must type as shown.
<Text inside angle brackets>Placeholder for which you must supply a value.
[Text inside square brackets]Optional items.
{Text inside braces}Set of required items. You must choose one.
Vertical bar ( | )Separator for mutually exclusive items. You must choose one.
Ellipsis ()Items that can be repeated and used multiple times.