From 6da55c05217524e9989c12298040c0513a9b8593 Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Tue, 26 Jan 2021 11:34:48 -0500 Subject: [PATCH] Update grammar for flags --- website/docs/cli/commands/workspace/new.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli/commands/workspace/new.html.md b/website/docs/cli/commands/workspace/new.html.md index f2bf10afe..0caac8b08 100644 --- a/website/docs/cli/commands/workspace/new.html.md +++ b/website/docs/cli/commands/workspace/new.html.md @@ -20,7 +20,7 @@ this name must not already exist. If the `-state` flag is given, the state specified by the given path will be copied to initialize the state for this new workspace. -The command-line flags are all optional. The only supported flag is: +The command-line flags are all optional. The supported flags are: * `-lock` - Lock the state file when locking is supported. Defaults to true. * `-lock-timeout` - Duration to retry a state lock. Default 0s.