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

This commit is contained in:
Qyriad 2024-07-02 22:26:34 +00:00 committed by Gerrit Code Review
commit 45ac449d39

View file

@ -281,7 +281,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");