1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Remove reference to non-existent manpages

This commit is contained in:
Eelco Dolstra 2018-03-27 19:03:03 +02:00
parent 2b61c74922
commit 446bb88f13
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -57,8 +57,10 @@ void MultiCommand::printHelp(const string & programName, std::ostream & out)
} }
printTable(out, table); printTable(out, table);
#if 0
out << "\n"; out << "\n";
out << "For full documentation, run 'man " << programName << "' or 'man " << programName << "-<COMMAND>'.\n"; out << "For full documentation, run 'man " << programName << "' or 'man " << programName << "-<COMMAND>'.\n";
#endif
} }
bool MultiCommand::processFlag(Strings::iterator & pos, Strings::iterator end) bool MultiCommand::processFlag(Strings::iterator & pos, Strings::iterator end)