diff --git a/bin/lessc b/bin/lessc index baaec1de..2a83cb34 100755 --- a/bin/lessc +++ b/bin/lessc @@ -287,7 +287,7 @@ if (options.sourceMap === true) { } if (options.cleancss && options.sourceMap) { - console.log("the sourcemap option is not compatible with sourcemap support at the moment. See Issue #1656"); + console.log("the cleancss option is not compatible with sourcemap support at the moment. See Issue #1656"); return; }