Skip to content

Commit

Permalink
Fix typos in help file #143
Browse files Browse the repository at this point in the history
  • Loading branch information
schipiga committed Jul 20, 2018
1 parent b8a6ddf commit 8ee3f7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/help.js
Expand Up @@ -78,7 +78,7 @@ module.exports = (d, cb) => {
},
"failed-tests-path [path]": {
describe: d("Path to save failed tests in JSON format.",
"Default is 'cwd/failed-tests.json'."),
"Default is 'cwd/report/failed-tests.json'."),
type: "string",
group: "Core:",
},
Expand Down Expand Up @@ -171,7 +171,7 @@ module.exports = (d, cb) => {
group: "xUnit:",
},
"xunit-path [path]": {
describe: d("Path to xUnit report. Default is 'cwd/reports/xunit.xml'."),
describe: d("Path to xUnit report. Default is 'cwd/report/xunit.xml'."),
type: "string",
group: "xUnit:",
},
Expand All @@ -188,7 +188,7 @@ module.exports = (d, cb) => {
group: "Allure:",
},
"allure-dir [path]": {
describe: d("Path to allure reports folder. Default is 'cwd/reports/allure'."),
describe: d("Path to allure report folder. Default is 'cwd/report/allure'."),
type: "string",
group: "Allure:",
},
Expand Down

0 comments on commit 8ee3f7c

Please sign in to comment.