Skip to content

Commit

Permalink
docs(connector update): change erroneous message
Browse files Browse the repository at this point in the history
  • Loading branch information
rkpattnaik780 committed Apr 22, 2022
1 parent 9d86583 commit 3638d59
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/core/localize/locales/en/cmd/connectors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,18 +121,18 @@ cat myconnector.json | rhoas connector create
one = 'Successfully created connector'

[connector.update.cmd.shortDescription]
one = 'Create connector'
one = 'Update connector'

[connector.update.cmd.longDescription]
one = 'Create connector'
one = 'Update connector'

[connector.update.cmd.example]
one = '''
## Create connector
rhoas connector update -id=my-connector --file=myconnector.json
## Update connector
rhoas connector update --id=my-connector --file=myconnector.json
## Create connector from stdin
cat myconnector.json | rhoas connector create
## Update connector from stdin
cat myconnector.json | rhoas connector update
'''

[connector.update.info.success]
Expand Down

0 comments on commit 3638d59

Please sign in to comment.