Merge "bump the extra --version info from info to notice, -vv -> -v" into main

This commit is contained in:
Qyriad 2024-05-10 21:56:09 +00:00 committed by Gerrit Code Review
commit f6dc40cd1c

View file

@ -282,7 +282,7 @@ void parseCmdLine(const std::string & programName, const Strings & args,
void printVersion(const std::string & programName)
{
std::cout << fmt("%1% (Lix, like Nix) %2%", programName, nixVersion) << std::endl;
if (verbosity > lvlInfo) {
if (verbosity > lvlNotice) {
Strings cfg;
#if HAVE_BOEHMGC
cfg.push_back("gc");