forked from lix-project/lix
Remove reference to non-existent manpages
This commit is contained in:
parent
2b61c74922
commit
446bb88f13
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue