Gaël Métais %!s(int64=11) %!d(string=hai) anos
pai
achega
82a1f4f934
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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];