[doc] Update document on ray start command. (#25306)

This commit is contained in:
Qing Wang 2022-06-02 16:42:24 +08:00 committed by GitHub
parent 71a8a443ce
commit 64f9a9066f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -340,8 +340,7 @@ def debug(address):
required=False,
type=int,
default=10001,
help="the port number the ray client server will bind on. If not set, "
"the ray client server will not be started.",
help="the port number the ray client server binds on, default to 10001.",
)
@click.option(
"--memory",