Revert "Revert "bump the extra --version info from info to notice, -vv -> -v""
This reverts commit9f16a20f3d. Sincec55e93ca2, the original reason for revertingd003dcd7fno longer applies. Change-Id: If88f8555a6060d0530dcfecdf55afaa40afd1ad9
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user