diff --git a/app/lib/phantomasWrapper.js b/app/lib/phantomasWrapper.js index 1d77181..69fd545 100644 --- a/app/lib/phantomasWrapper.js +++ b/app/lib/phantomasWrapper.js @@ -59,7 +59,7 @@ var PhantomasWrapper = function() { }; // Output the command line for debugging purpose - console.log('If you want to reproduce the phantomas with command line:'); + console.log('If you want to reproduce the phantomas task only, copy the following command line:'); var optionsString = ''; for (var opt in options) { optionsString += ' ' + '--' + opt + '=' + options[opt];