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);
#if 0
out << "\n";
out << "For full documentation, run 'man " << programName << "' or 'man " << programName << "-<COMMAND>'.\n";
#endif
}
bool MultiCommand::processFlag(Strings::iterator & pos, Strings::iterator end)