218
edits
| Line 21: | Line 21: | ||
= Legend how to read the following options = | = Legend how to read the following options = | ||
# <code>--option1</code> (<code>--option2</code>) - in this case <code>--option2</code> is the | # <code>--option1</code> (<code>--option2</code>) - in this case <code>--option2</code> is the alias for <code>--option1</code> which is exactly the same as <code>--option1</code>. | ||
# <code>--option1</code><br/><code>--option2</code> - two different options, mutually exclusive. They cannot be used simultaneously, but are connected due to a common description. | # <code>--option1</code><br/><code>--option2</code> - two different options, mutually exclusive. They cannot be used simultaneously, but are connected due to a common description. | ||
# <code>--option1</code>, <code>--option2</code> - two different options that can be used simultaneously and are connected due to a common description. | # <code>--option1</code>, <code>--option2</code> - two different options that can be used simultaneously and are connected due to a common description. | ||
edits