summaryrefslogtreecommitdiff
path: root/tools/tool.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-07-12 13:17:34 -0400
committerEliot Horowitz <eliot@10gen.com>2010-07-12 13:17:34 -0400
commit28418f3ea2f0534baebeb182f168748de65d0819 (patch)
treea8842bb3f74b6469ed7a5367237850d8b2fa4923 /tools/tool.h
parent275fb3f0567e7d4b1b05b5002fdf33d12f6098e2 (diff)
downloadmongo-28418f3ea2f0534baebeb182f168748de65d0819.tar.gz
stat help and cleaning
Diffstat (limited to 'tools/tool.h')
-rw-r--r--tools/tool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tool.h b/tools/tool.h
index 29dee010409..900c02f2205 100644
--- a/tools/tool.h
+++ b/tools/tool.h
@@ -79,7 +79,8 @@ namespace mongo {
virtual void printHelp(ostream &out);
- virtual void printExtraHelp( ostream & out );
+ virtual void printExtraHelp( ostream & out ){}
+ virtual void printExtraHelpAfter( ostream & out ){}
protected: