fix: Correcting incorrect procedures in advanced-usage.md

This commit is contained in:
takushi-35
2025-04-10 13:27:00 +09:00
committed by GitHub
parent d41d2b8c31
commit c8df86b83b
+1 -1
View File
@@ -122,7 +122,7 @@ You can check the [k3kcli documentation](./cli/cli-docs.md) for the full specs.
* Ephemeral Storage:
```bash
k3kcli cluster create my-cluster --persistence-type ephemeral
k3kcli cluster create --persistence-type ephemeral my-cluster
```
*Important Notes:*