Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Help usage missed ] which added.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Jul 3, 2011
1 parent 38edf92 commit 0eff318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-automation/runner.c
Expand Up @@ -549,7 +549,7 @@ ExecuteTest(TestCase *testItem) {
void
printUsage() {
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("Options:\n");
printf(" --in-proc Executes tests in-process\n");
Expand Down

0 comments on commit 0eff318

Please sign in to comment.