Revert "bump the extra --version info from info to notice, -vv -> -v"
This reverts commitd003dcd7f4
. d0390b5cf¹ bumped the default verbosity of nix3 commands, making this change obsolete. [1]:d0390b5cf2
Change-Id: I1ddc36ea4514cd8d2855ff334accf6e98c210879
This commit is contained in:
parent
dd53bce476
commit
9f16a20f3d
1 changed files with 1 additions and 1 deletions
|
@ -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 > lvlNotice) {
|
||||
if (verbosity > lvlInfo) {
|
||||
Strings cfg;
|
||||
#if HAVE_BOEHMGC
|
||||
cfg.push_back("gc");
|
||||
|
|
Loading…
Reference in a new issue