diff --git a/references/gpu-types.mdx b/references/gpu-types.mdx
index 52311c20..734d169c 100644
--- a/references/gpu-types.mdx
+++ b/references/gpu-types.mdx
@@ -10,7 +10,7 @@ For information on pricing, see [GPU pricing](https://www.runpod.io/gpu-instance
This table lists all GPU types available on Runpod:
{/* Table last generated: 2025-08-23 */}
-| GPU ID | Display Name | Memory (GB) |
+| GPU Name | GPU ID | Memory (GB) |
|---------------------------------------------------|--------------------------|---------------|
| AMD Instinct MI300X OAM | MI300X | 192 |
| NVIDIA A100 80GB PCIe | A100 PCIe | 80 |
diff --git a/runpodctl/reference/runpodctl-create-pod.mdx b/runpodctl/reference/runpodctl-create-pod.mdx
index 9e4f2278..4f24026a 100644
--- a/runpodctl/reference/runpodctl-create-pod.mdx
+++ b/runpodctl/reference/runpodctl-create-pod.mdx
@@ -31,7 +31,7 @@ A custom name for your Pod to make it easy to identify and reference.
-The [GPU type](/references/gpu-types) to use for the Pod (e.g., `RTX 4090`, `A100 80GB`, `H100 SXM`).
+The GPU type to use for the Pod (e.g., `RTX 4090`, `A100 80GB`, `H100 SXM`). Use the GPU ID from the [GPU types reference](/references/gpu-types) table to specify the GPU type.
@@ -83,7 +83,7 @@ The minimum number of vCPUs required for the Pod.
-Environment variables to set in the container. Specify multiple times for multiple variables (e.g., `--env KEY1=VALUE1 -env KEY2=VALUE2`).
+Environment variables to set in the container. Specify multiple times for multiple variables (e.g., `--env KEY1=VALUE1 --env KEY2=VALUE2`).
diff --git a/runpodctl/reference/runpodctl-create-pods.mdx b/runpodctl/reference/runpodctl-create-pods.mdx
index 8c0a6f31..dc365462 100644
--- a/runpodctl/reference/runpodctl-create-pods.mdx
+++ b/runpodctl/reference/runpodctl-create-pods.mdx
@@ -34,7 +34,7 @@ The number of Pods to create.
-The GPU type to use for the Pods (e.g., `RTX 4090`, `A100 80GB`, `H100 SXM`).
+The GPU type to use for the Pod (e.g., `RTX 4090`, `A100 80GB`, `H100 SXM`). Use the GPU ID from the [GPU types reference](/references/gpu-types) table to specify the GPU type.