From 3048b00230aed5d152bae3d8891bb1ac9960fcac Mon Sep 17 00:00:00 2001 From: Vincent <0426vincent@gmail.com> Date: Thu, 7 Nov 2024 11:36:50 -0800 Subject: [PATCH] Fix: --help layout Signed-off-by: Vincent <0426vincent@gmail.com> --- flytectl/cmd/demo/start.go | 1 + 1 file changed, 1 insertion(+) diff --git a/flytectl/cmd/demo/start.go b/flytectl/cmd/demo/start.go index 069b90b85e..234d203ca3 100644 --- a/flytectl/cmd/demo/start.go +++ b/flytectl/cmd/demo/start.go @@ -22,6 +22,7 @@ Starts the demo cluster without any source code: Starts the demo cluster with different port: :: + flytectl demo start --port 6443 Runs a dev cluster, which only has minio and postgres pod.