diff --git a/runpodctl/reference/runpodctl-create-pods.mdx b/runpodctl/reference/runpodctl-create-pods.mdx index 4f88a0fd..f5f4f292 100644 --- a/runpodctl/reference/runpodctl-create-pods.mdx +++ b/runpodctl/reference/runpodctl-create-pods.mdx @@ -16,7 +16,7 @@ runpodctl create pods [flags] Create 3 identical Pods with the name "training-worker" in the Secure Cloud: ```sh -runpodctl create pods +runpodctl create pods \ --name "training-worker" \ --podCount 3 \ --gpuType "NVIDIA GeForce RTX 3090" \