[docs] redis-port -> port (#10937)

This commit is contained in:
Ian Rodney
2020-09-23 17:04:13 -07:00
committed by GitHub
parent cebab8886e
commit 4c3f09094a
16 changed files with 17 additions and 18 deletions
+2 -3
View File
@@ -525,9 +525,8 @@ def start(node_ip_address, address, port, redis_password, redis_shard_ports,
cli_logger.abort("`{}` should not be specified without `{}`.",
cf.bold("--port"), cf.bold("--head"))
raise Exception(
"If --head is not passed in, --port and --redis-port are not "
"allowed.")
raise Exception("If --head is not passed in, --port is not "
"allowed.")
if redis_shard_ports is not None:
cli_logger.abort("`{}` should not be specified without `{}`.",
cf.bold("--redis-shard-ports"), cf.bold("--head"))