Skip to content

Commit 8fe4033

Browse files
committed
Fixes small typo in command prompt usage text
1 parent 3fc8944 commit 8fe4033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/less/lessc_helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var lessc_helper = {
5252
sys.puts(" media query which is compatible with the SASS");
5353
sys.puts(" format, and 'all' which will do both.");
5454
sys.puts(" -rp, --rootpath=URL Set rootpath for url rewriting in relative imports and urls.");
55-
sys.puts(" Works with or withour the relative-urls option.");
55+
sys.puts(" Works with or without the relative-urls option.");
5656
sys.puts(" -ru, --relative-urls re-write relative urls to the base less file.");
5757
sys.puts(" -sm, --strict-maths-off Make maths not require brackets, which is similar behaviour");
5858
sys.puts(" to before 1.4. This option is for compatability and may be");

0 commit comments

Comments
 (0)