From af3a5705ca45f74e014e3711674a340deb58bd39 Mon Sep 17 00:00:00 2001 From: hhoke <7775512+hhoke@users.noreply.github.com> Date: Thu, 26 Mar 2020 16:52:39 -0400 Subject: [PATCH] --redis-address -> --address (#7760) Exception tells user to use --redis-address, but it deprecated. This tells the user to use the current --address. --- python/ray/scripts/scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/scripts/scripts.py b/python/ray/scripts/scripts.py index 535eff7fb..4d43a38e6 100644 --- a/python/ray/scripts/scripts.py +++ b/python/ray/scripts/scripts.py @@ -394,7 +394,7 @@ def start(node_ip_address, redis_address, address, redis_port, raise Exception("If --head is not passed in, --redis-shard-ports " "is not allowed.") if redis_address is None: - raise Exception("If --head is not passed in, --redis-address must " + raise Exception("If --head is not passed in, --address must " "be provided.") if num_redis_shards is not None: raise Exception("If --head is not passed in, --num-redis-shards "