Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Cleanup #179

Merged
merged 6 commits into from
Nov 5, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! Cleanup
  • Loading branch information
cmoog committed Nov 5, 2020
commit 1de8561ac81161ffae9b02a6dc872e49770e7052
2 changes: 1 addition & 1 deletion docs/coder_envs_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ coder envs create my-new-powerful-env --cpu 12 --disk 100 --memory 16 --image ub
-h, --help help for create
-i, --image string name of the image to base the environment off of.
-m, --memory float32 GB of RAM an environment should be provisioned with.
-o, --org string ID of the organization the environment should be created under.
-o, --org string name of the organization the environment should be created under.
-t, --tag string tag of the image the environment will be based off of. (default "latest")
```

Expand Down