From 51038f2197213251bf02db8ef8b0fa916e6dbc6d Mon Sep 17 00:00:00 2001 From: Richard Liaw Date: Sat, 26 Sep 2020 13:48:13 -0700 Subject: [PATCH] confirm (#11049) Signed-off-by: Richard Liaw --- python/ray/setup-dev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/setup-dev.py b/python/ray/setup-dev.py index b664ffd44..104eca465 100755 --- a/python/ray/setup-dev.py +++ b/python/ray/setup-dev.py @@ -48,7 +48,7 @@ if __name__ == "__main__": formatter_class=argparse.RawDescriptionHelpFormatter, description="Setup dev.") parser.add_argument( - "--yes", action="store_true", help="Don't ask for confirmation.") + "--yes", "-y", action="store_true", help="Don't ask for confirmation.") args = parser.parse_args() do_link("rllib", force=args.yes, local_path="../../")