From 436aabc76efaa8913bbb1ed2fc39f93cba07d5c6 Mon Sep 17 00:00:00 2001 From: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:06:53 +0100 Subject: [PATCH] fix syntax --- cmd/update/project.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cmd/update/project.go b/cmd/update/project.go index f1520f52..678b786e 100644 --- a/cmd/update/project.go +++ b/cmd/update/project.go @@ -89,11 +89,10 @@ And to activate (unarchive) the same project: $ uctl update project --file update.yaml --archive -Note that +The *state* field only takes effect if the *archive* flag is present in the command. -* The *state* field only takes effect if the *archive* flag is present in the command. -* The *activate** flag is not used when updating a project using a *yaml* file. - Instead, a *state* field value of *0* in conjunction with the *archive* flag is used. +The *activate** flag is not used when updating a project using a *yaml* file. +Instead, a *state* field value of *0* in conjunction with the *archive* flag is used. Usage `