This looks a little better.

This commit is contained in:
Chris Eppstein 2009-10-04 22:18:19 -07:00
parent b8d380d68c
commit f16b12e56b

View File

@ -17,7 +17,7 @@ Available commands:
Compass::Commands.all.sort_by{|c| c.to_s}.each do |command|
banner << " * #{command}"
if Compass::Commands[command].respond_to? :description
banner << " - #{Compass::Commands[command].description(command)}"
banner << "\t- #{Compass::Commands[command].description(command)}"
end
banner << "\n"
end