Added documentation for the -rp, --rootpath option.

This commit is contained in:
Salim Bensiali
2012-10-12 11:00:29 +11:00
committed by Luke Page
parent e59a93b5fd
commit 7396e3438e

View File

@@ -47,6 +47,7 @@ var lessc_helper = {
sys.puts(" that will output the information within a fake");
sys.puts(" media query which is compatible with the SASS");
sys.puts(" format, and 'all' which will do both.");
sys.puts(" -rp, --rootpath Set rootpath for url rewriting in relative imports and urls.");
sys.puts("");
sys.puts("Report bugs to: http://github.com/cloudhead/less.js/issues");
sys.puts("Home page: <http://lesscss.org/>");