Merge pull request #1236 from editor/master

Fixes small typo in command prompt usage text
This commit is contained in:
Jon Schlinkert
2013-03-20 15:27:16 -07:00

View File

@@ -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");