Skip to content

Commit a6aa091

Browse files
docs: Fix missing backslash in runpodctl create pods example (#461)
1 parent 12d2104 commit a6aa091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runpodctl/reference/runpodctl-create-pods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runpodctl create pods [flags]
1616
Create 3 identical Pods with the name "training-worker" in the Secure Cloud:
1717

1818
```sh
19-
runpodctl create pods
19+
runpodctl create pods \
2020
--name "training-worker" \
2121
--podCount 3 \
2222
--gpuType "NVIDIA GeForce RTX 3090" \

0 commit comments

Comments
 (0)