Enhancement - deprecated color

- Improved the warning about deprecated color usage to include actual
  examples from .taskrc.
This commit is contained in:
Paul Beckingham 2009-12-05 13:43:00 -05:00
parent 5d0e6c3435
commit e99c01c92c

View file

@ -574,7 +574,7 @@ int handleVersion (std::string &outs)
<< std::endl;
foreach (i, deprecatedColors)
out << " " << *i << std::endl;
out << " " << *i << "=" << context.config.get (*i) << std::endl;
}
// Verify installation. This is mentioned in the documentation as the way to