Skip to content

Commit 071ed0b

Browse files
committed
Tweaks some help language
1 parent 6036abe commit 071ed0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/csscss/cli.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def parse(argv)
8787
@verbose = v
8888
end
8989

90-
opts.on("--[no-]color", "Colorizes output") do |c|
90+
opts.on("--[no-]color", "Colorize output (default is true)") do |c|
9191
@color = c
9292
end
9393

@@ -108,7 +108,7 @@ def parse(argv)
108108
exit
109109
end
110110

111-
opts.on("--[no-]compass", "Enables compass extensions when parsing sass/scss") do |compass|
111+
opts.on("--[no-]compass", "Enable compass extensions when parsing sass/scss (default is false)") do |compass|
112112
if @compass = compass
113113
begin
114114
require "compass"

0 commit comments

Comments
 (0)