From e99c01c92cabac91493a2fe199113acf09bc2cfc Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 5 Dec 2009 13:43:00 -0500 Subject: [PATCH] Enhancement - deprecated color - Improved the warning about deprecated color usage to include actual examples from .taskrc. --- src/command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.cpp b/src/command.cpp index 9830fd87d..b2a91337f 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -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