Skip to content

Commit 827fb10

Browse files
fix: examples should use --source-file, not --source-path
1 parent c166ae1 commit 827fb10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messages/open.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ To open in a specific browser, use the --browser flag. Supported browsers are "c
2828

2929
- Open a local Lightning page in your default org's Lightning App Builder:
3030

31-
$ <%= config.bin %> <%= command.id %> --source-path force-app/main/default/flexipages/Hello.flexipage-meta.xml
31+
$ <%= config.bin %> <%= command.id %> --source-file force-app/main/default/flexipages/Hello.flexipage-meta.xml
3232

3333
- Open a local Flow in Flow Builder:
3434

35-
$ <%= config.bin %> <%= command.id %> --source-path force-app/main/default/flows/Hello.flow-meta.xml
35+
$ <%= config.bin %> <%= command.id %> --source-file force-app/main/default/flows/Hello.flow-meta.xml
3636

3737
# flags.browser.summary
3838

0 commit comments

Comments
 (0)