Skip to content

Commit

Permalink
make example flag consistent with previous
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Oct 3, 2024
1 parent 62a2ff1 commit 550dd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog/21.0/21.0.0/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,10 @@ Previous to this release the only way to define tablet tags was the `--init_tags

Example:
```bash
$ vtctldclient $FLAGS ChangeTabletTags --replace zone1-100 hello=world
$ vtctldclient --server :15999 ChangeTabletTags --replace zone1-100 hello=world
- []
+ [hello: "world"]
$ vtctldclient $FLAGS GetTablet zone1-100 | jq .tags
$ vtctldclient --server :15999 GetTablet zone1-100 | jq .tags
{
"hello": "world"
}
Expand Down

0 comments on commit 550dd60

Please sign in to comment.