forked from lix-project/lix
parent
80ab95315d
commit
3b9c9d34e5
|
@ -104,7 +104,7 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs
|
|||
"--help-config' for a list of configuration settings.\n";
|
||||
}
|
||||
|
||||
void printHelp(const string & programName, std::ostream & out)
|
||||
void printHelp(const string & programName, std::ostream & out) override
|
||||
{
|
||||
MultiCommand::printHelp(programName, out);
|
||||
|
||||
|
|
Loading…
Reference in a new issue