Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ppiegaze committed Jan 31, 2024
1 parent 291612e commit 436aabc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmd/update/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
`
Expand Down

0 comments on commit 436aabc

Please sign in to comment.