Skip to content

Commit

Permalink
CLI: Fixes source-map-url description. (less#2264)
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Nov 2, 2014
1 parent 52ea5c8 commit be2de92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/less-node/lessc-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var lessc_helper = {
console.log(" --source-map-basepath=X Sets sourcemap base path, defaults to current working directory.");
console.log(" --source-map-less-inline puts the less files into the map instead of referencing them");
console.log(" --source-map-map-inline puts the map (and any less files) into the output css file");
console.log(" --source-map-url=URL the complete url and filename put in the less file");
console.log(" --source-map-url=URL the complete custom URL to map file for sourceMappingURL comment");
console.log(" -rp, --rootpath=URL Set rootpath for url rewriting in relative imports and urls.");
console.log(" Works with or without the relative-urls option.");
console.log(" -ru, --relative-urls re-write relative urls to the base less file.");
Expand Down

0 comments on commit be2de92

Please sign in to comment.