mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 15:02:42 +01:00
Remove reference to non-existent manpages
(cherry picked from commit 446bb88f13)
This commit is contained in:
parent
d0699defd6
commit
3556a7c254
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…
Add table
Add a link
Reference in a new issue