summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--executor/tools/xeCommandLineExecutor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/tools/xeCommandLineExecutor.cpp b/executor/tools/xeCommandLineExecutor.cpp
index de8f08280..730dfc3a5 100644
--- a/executor/tools/xeCommandLineExecutor.cpp
+++ b/executor/tools/xeCommandLineExecutor.cpp
@@ -87,7 +87,7 @@ void registerOptions (de::cmdline::Parser& parser)
<< Option<CaseListDir> ("cd", "caselistdir", "Path to test case XML files", ".")
<< Option<TestSet> ("t", "testset", "Test set", parseCommaSeparatedList, "")
<< Option<ExcludeSet> ("e", "exclude", "Comma-separated list of exclude filters", parseCommaSeparatedList, "")
- << Option<ContinueFile> (DE_NULL, "continue", "Continue execution by initializing results from existing test log")
+ << Option<ContinueFile> (DE_NULL, "continue", "Continue execution by initializing results from existing test log", "")
<< Option<TestLogFile> ("o", "out", "Output test log filename", "")
<< Option<InfoLogFile> ("i", "info", "Output info log filename", "")
<< Option<Summary> (DE_NULL, "summary", "Print summary at the end", s_yesNo, "yes")