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