Gaël Métais 11 years ago
parent
commit
82a1f4f934
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/lib/phantomasWrapper.js

+ 1 - 1
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];