Gaël Métais 11 gadi atpakaļ
vecāks
revīzija
82a1f4f934
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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];