diff --git a/tools/lib/test_script.py b/tools/lib/test_script.py index 3d2915a578..feea962c61 100644 --- a/tools/lib/test_script.py +++ b/tools/lib/test_script.py @@ -38,8 +38,8 @@ Do this: `./tools/provision.py` NEED_TO_UPGRADE = ''' It looks like you checked out a branch that has added -dependencies beyond what you last provisioned. Your tests -are likely to fail until you add dependencies by provisioning. +dependencies beyond what you last provisioned. Your command +is likely to fail until you add dependencies by provisioning. Do this: `./tools/provision.py` ''' diff --git a/tools/run-dev.py b/tools/run-dev.py index e8f4b38a9c..b57905e642 100755 --- a/tools/run-dev.py +++ b/tools/run-dev.py @@ -60,7 +60,7 @@ parser.add_option('--no-clear-memcached', parser.add_option('--force', dest='force', action="store_true", - default=False, help='Run tests despite possible problems.') + default=False, help='Run command despite possible problems.') parser.add_option('--enable-tornado-logging', dest='enable_tornado_logging', action="store_true",