--redis-address -> --address (#7760)

Exception tells user to use --redis-address, but it deprecated. This tells the user to use the current --address.
This commit is contained in:
hhoke 2020-03-26 16:52:39 -04:00 committed by GitHub
parent 6ddf84b019
commit af3a5705ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 "