From 82a1f4f9344c17b2c1befc1e2c5265c7e91c380c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 20 Aug 2014 10:32:07 +0200 Subject: [PATCH] Wording --- app/lib/phantomasWrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/phantomasWrapper.js b/app/lib/phantomasWrapper.js index 1d77181..69fd545 100644 --- a/app/lib/phantomasWrapper.js +++ b/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];