Skip to content

Commit 6455d29

Browse files
docs: fix examples
1 parent 5a819b3 commit 6455d29

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

messages/open.agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ firefox". If you don't specify --browser, the org opens in your default browser.
1616

1717
- Open the agent with API name Coral_Cloud_Agent in your default org using your default browser:
1818

19-
$ <%= config.bin %> <%= command.id %> api-name Coral_Cloud_Agent
19+
$ <%= config.bin %> <%= command.id %> --api-name Coral_Cloud_Agent
2020

2121
- Open the agent in an incognito window of your default browser:
2222

23-
$ <%= config.bin %> <%= command.id %> --private api-name Coral_Cloud_Agent:
23+
$ <%= config.bin %> <%= command.id %> --private --api-name Coral_Cloud_Agent:
2424

2525
- Open the agent in an org with alias MyTestOrg1 using the Firefox browser:
2626

27-
$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox api-name Coral_Cloud_Agent
27+
$ <%= config.bin %> <%= command.id %> --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
2828

2929
# flags.api-name.summary
3030

0 commit comments

Comments
 (0)