Add donation details to the CLI.

This commit is contained in:
Chris Eppstein 2010-12-10 09:41:10 -08:00
parent 38e13e55e6
commit 9e3fd546d9
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,10 @@ Description:
build and maintain your stylesheets and makes it easy build and maintain your stylesheets and makes it easy
for you to use stylesheet libraries provided by others. for you to use stylesheet libraries provided by others.
Donating:
Compass is charityware. If you find it useful please make
a tax deductable donation: http://umdf.org/compass
To get help on a particular command please specify the command. To get help on a particular command please specify the command.
} }

View File

@ -83,6 +83,8 @@ Options:
lines << "Compass #{::Compass.version[:string]}" lines << "Compass #{::Compass.version[:string]}"
lines << "Copyright (c) 2008-#{Time.now.year} Chris Eppstein" lines << "Copyright (c) 2008-#{Time.now.year} Chris Eppstein"
lines << "Released under the MIT License." lines << "Released under the MIT License."
lines << "Compass is charityware."
lines << "Please make a tax deductable donation: http://umdf.org/compass"
puts lines.join("\n") puts lines.join("\n")
end end
end end