summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/cli.py')
-rw-r--r--buildscripts/resmokelib/cli.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/cli.py b/buildscripts/resmokelib/cli.py
index 6218412ea53..6743e62043b 100644
--- a/buildscripts/resmokelib/cli.py
+++ b/buildscripts/resmokelib/cli.py
@@ -17,5 +17,7 @@ def main(argv):
argv[1:], start_time=__start_time,
usage="Resmoke is MongoDB's correctness testing orchestrator.\n"
"For more information, see the help message for each subcommand.\n"
- "For example: resmoke.py run -h\n")
+ "For example: resmoke.py run -h\n"
+ "Note: bisect subcommand has been moved to db-contrib-tool (https://github.com/10gen/db-contrib-tool#readme).\n"
+ )
subcommand.execute()