forked from lix-project/lix
Merge "bump the extra --version info from info to notice, -vv -> -v" into main
This commit is contained in:
commit
f6dc40cd1c
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue