Merge "libmain: version printer uses Lix instead of Nix" into main

This commit is contained in:
jade 2024-03-26 16:06:15 +00:00 committed by Gerrit Code Review
commit 531b8d0ab8

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% (Nix) %2%", programName, nixVersion) << std::endl;
std::cout << fmt("%1% (Lix, like Nix) %2%", programName, nixVersion) << std::endl;
if (verbosity > lvlInfo) {
Strings cfg;
#if HAVE_BOEHMGC