From ad423aceb37d3357b2b346a0534f52bf0a45ec03 Mon Sep 17 00:00:00 2001 From: Markus Kauppila Date: Sun, 3 Jul 2011 11:14:52 +0300 Subject: [PATCH] Changed the usage help. --- test/test-automation/runner.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/test-automation/runner.c b/test/test-automation/runner.c index 0b3362a35..c0247979e 100644 --- a/test/test-automation/runner.c +++ b/test/test-automation/runner.c @@ -550,13 +550,14 @@ void printUsage() { printf("Usage: ./runner [--in-proc] [--suite SUITE] [--test TEST]\n"); printf(" [--name-contains SUBSTR] [--show-tests\n"); - printf(" [--xml] [--xsl] [--xsl STYLESHEET] [--help]\n"); + printf(" [--xml] [--xsl [STYLESHEET]] [--help]\n"); printf("Options:\n"); printf(" --in-proc Executes tests in-process\n"); printf(" --show-tests Prints out all the executable tests\n"); printf(" --xml Enables XML logger\n"); - printf(" --xsl Adds default XSL stylesheet to XML test reports\n"); - printf(" --xsl STYLESHEET Use the given file as XSL style sheet for XML\n"); + printf(" --xsl [STYLESHEET] Adds XSL stylesheet to the XML test reports for\n"); + printf(" browser viewing. Optionally uses the specified XSL\n"); + printf(" file or URL instead of the default one\n"); printf(" -t --test TEST Executes only tests with given name\n"); printf(" -ts --name-contains SUBSTR Executes only tests that have given\n"); printf(" substring in test name\n");