From 79d732e88e0ae196b0f9d750eaced7b69ba0bffe Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 10 May 2023 09:24:08 +0300 Subject: [PATCH] docs: chnage `--ttl` to `--default-ttl` resolves #7305 --- docs/templates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/README.md b/docs/templates/README.md index 946119020dcea..fc338650b8ef6 100644 --- a/docs/templates/README.md +++ b/docs/templates/README.md @@ -75,7 +75,7 @@ To control cost, specify a maximum time to live flag for a template in hours or minutes. ```sh -coder templates create my-template --ttl 4h +coder templates create my-template --default-ttl 4h ``` ## Customize templates