Commit f2553543 authored by Markus Kauppila's avatar Markus Kauppila

Help usage missed ] which added.

parent 27849ed0
...@@ -549,7 +549,7 @@ ExecuteTest(TestCase *testItem) { ...@@ -549,7 +549,7 @@ ExecuteTest(TestCase *testItem) {
void void
printUsage() { printUsage() {
printf("Usage: ./runner [--in-proc] [--suite SUITE] [--test TEST]\n"); printf("Usage: ./runner [--in-proc] [--suite SUITE] [--test TEST]\n");
printf(" [--name-contains SUBSTR] [--show-tests\n"); printf(" [--name-contains SUBSTR] [--show-tests]\n");
printf(" [--xml] [--xsl [STYLESHEET]] [--help]\n"); printf(" [--xml] [--xsl [STYLESHEET]] [--help]\n");
printf("Options:\n"); printf("Options:\n");
printf(" --in-proc Executes tests in-process\n"); printf(" --in-proc Executes tests in-process\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment