Fix wrong short option for section

This commit is contained in:
Kevin Wojniak 2017-02-14 12:21:23 -08:00 committed by Martin Hořeňovský
parent d4ae1b18c0
commit f88049169e
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ Prints the command line arguments to stdout
<a id="run-section"></a>
## Specify the section to run
<pre>-s, --section &lt;section name&gt;</pre>
<pre>-c, --section &lt;section name&gt;</pre>
To limit execution to a specific section within a test case, use this option one or more times.
To narrow to sub-sections use multiple instances, where each subsequent instance specifies a deeper nesting level.