Skip to content

Commit 781de59

Browse files
fix: typo in atlas streams instance update help (#2549)
1 parent 8eeaaf9 commit 781de59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/atlascli/command/atlas-streams-instances-update.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ Examples
107107
.. code-block::
108108

109109
# Modify the Atlas Stream Processing instance configuration with the name MyInstance:
110-
atlas streams instance update MyInstance --provider AWS --provider VIRGINIA_USA
110+
atlas streams instance update MyInstance --provider AWS --region VIRGINIA_USA

internal/cli/atlas/streams/instance/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func UpdateBuilder() *cobra.Command {
9696
"output": updateTemplate,
9797
},
9898
Example: fmt.Sprintf(` # Modify the Atlas Stream Processing instance configuration with the name MyInstance:
99-
%s streams instance update MyInstance --provider AWS --provider VIRGINIA_USA`, cli.ExampleAtlasEntryPoint()),
99+
%s streams instance update MyInstance --provider AWS --region VIRGINIA_USA`, cli.ExampleAtlasEntryPoint()),
100100
PreRunE: func(cmd *cobra.Command, args []string) error {
101101
opts.name = args[0]
102102

0 commit comments

Comments
 (0)