mirror of
https://github.com/less/less.js.git
synced 2026-01-22 13:48:03 -05:00
Merge pull request #1236 from editor/master
Fixes small typo in command prompt usage text
This commit is contained in:
@@ -52,7 +52,7 @@ var lessc_helper = {
|
||||
sys.puts(" media query which is compatible with the SASS");
|
||||
sys.puts(" format, and 'all' which will do both.");
|
||||
sys.puts(" -rp, --rootpath=URL Set rootpath for url rewriting in relative imports and urls.");
|
||||
sys.puts(" Works with or withour the relative-urls option.");
|
||||
sys.puts(" Works with or without the relative-urls option.");
|
||||
sys.puts(" -ru, --relative-urls re-write relative urls to the base less file.");
|
||||
sys.puts(" -sm, --strict-maths-off Make maths not require brackets, which is similar behaviour");
|
||||
sys.puts(" to before 1.4. This option is for compatability and may be");
|
||||
|
||||
Reference in New Issue
Block a user