mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 23:36:16 +02:00
Remove reference to non-existent manpages
This commit is contained in:
parent
2b61c74922
commit
446bb88f13
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue