Skip to content

Commit

Permalink
Update help.js - adding artifactsUrl parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavparikh committed Jan 23, 2014
1 parent c2b3fdf commit fe6bc39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/util/help.js
@@ -1,4 +1,3 @@

/*jslint forin:true sub:true anon:true, sloppy:true, stupid:true nomen:true, node:true continue:true*/

function Help() {}
Expand Down Expand Up @@ -111,7 +110,8 @@ Help.showHelp = function() {
" ]" + "\n" +
"--startArrowServer : (optional) true/false. Starts Arrow Server" + "\n\n" +
"--startPhantomJs : (optional) true/false. Starts PhantomJs" + "\n\n" +
"--defaultAppSeed : (optional) To override the YUI version for your test" + "\n\n"
"--defaultAppSeed : (optional) To override the YUI version for your test" + "\n\n" +
"--artifactsUrl : (optional) CI path till your build artifacts. This will show the screenshot links in the reports and console logs." + "\n\n"
);

console.log("\nEXAMPLES :" + "\n" +
Expand All @@ -131,4 +131,4 @@ Help.showHelp = function() {
" arrow --controller=custom-controller.js --driver=selenium");
};

module.exports = Help;
module.exports = Help;

0 comments on commit fe6bc39

Please sign in to comment.