This commit is contained in:
Gaël Métais
2014-08-20 10:32:07 +02:00
parent 28415a79d5
commit 82a1f4f934
+1 -1
View File
@@ -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];