From f88049169ec2adc6bcd30ec2af435a98c623c2cc Mon Sep 17 00:00:00 2001 From: Kevin Wojniak Date: Tue, 14 Feb 2017 12:21:23 -0800 Subject: [PATCH] Fix wrong short option for section --- docs/command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/command-line.md b/docs/command-line.md index e80dd75c..5afb309d 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -222,7 +222,7 @@ Prints the command line arguments to stdout ## Specify the section to run -
-s, --section <section name>
+
-c, --section <section name>
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.