Gaël Métais 11 tahun lalu
induk
melakukan
82a1f4f934
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
         // 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 = '';
         var optionsString = '';
         for (var opt in options) {
         for (var opt in options) {
             optionsString += ' ' + '--' + opt + '=' + options[opt];
             optionsString += ' ' + '--' + opt + '=' + options[opt];