Skip to content

Commit 859e94f

Browse files
author
Charly POLY
committed
Update cli.rb
1 parent b4b9d02 commit 859e94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/csscss/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def parse(argv)
7676
@color = c
7777
end
7878

79-
opts.on("--sass-loadpath", "Add loadpath to options given to Sass::Engine") do |sass_loadpath|
79+
opts.on("--sass-loadpath path", "Add loadpath to options given to Sass::Engine") do |sass_loadpath|
8080
@sass_loadpath = sass_loadpath
8181
end
8282

0 commit comments

Comments
 (0)