about summary refs log tree commit diff
path: root/src/nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-03-27T17·03+0200
committerEelco Dolstra <edolstra@gmail.com>2018-03-29T10·29+0200
commit446bb88f13080eed131a1b0bd304c45a860a3fab (patch)
treefd35987159c429536f9b13387cfcd0839804267c /src/nix
parent2b61c749227fcfc05e34bb9ea568602868ec11cb (diff)
Remove reference to non-existent manpages
Diffstat (limited to 'src/nix')
-rw-r--r--src/nix/command.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/command.cc b/src/nix/command.cc
index 1e6f0d2bb75d..3d7d582d6f5e 100644
--- a/src/nix/command.cc
+++ b/src/nix/command.cc
@@ -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)