Skip to content

Commit 5e7adcf

Browse files
fix: update help after "-" no longer required for --sfdx-url-stdin
1 parent 623e129 commit 5e7adcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

messages/sfdxurl.store.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ NOTE: The "<%= config.bin %> org display --verbose" command displays the refresh
1818

1919
You can also create a JSON file that has a top-level property named sfdxAuthUrl whose value is the authorization URL. Finally, you can create a normal text file that includes just the URL and nothing else.
2020

21-
Alternatively, you can pipe the SFDX authorization URL through standard input by using the --sfdx-url-stdin flag and providing the '-' character as the value.
21+
Alternatively, you can pipe the SFDX authorization URL through standard input by specifying the --sfdx-url-stdin flag.
2222

2323
# flags.sfdx-url-file.summary
2424

2525
Path to a file that contains the Salesforce DX authorization URL.
2626

2727
# flags.sfdx-url-stdin.summary
2828

29-
Specify '-' as this flag's value to pipe the Salesforce DX authorization URL through standard input (stdin).
29+
Pipe the Salesforce DX authorization URL through standard input (stdin).
3030

3131
# examples
3232

@@ -38,6 +38,6 @@ Specify '-' as this flag's value to pipe the Salesforce DX authorization URL thr
3838

3939
<%= config.bin %> <%= command.id %> --sfdx-url-file files/authFile.json --set-default --alias MyDefaultOrg
4040

41-
- Pipe the SFDX authorization URL from stdin by specifying the '-' value.
41+
- Pipe the SFDX authorization URL from stdin:
4242

43-
<%= "\n $ echo url | " + config.bin %> <%= command.id %> --sfdx-url-stdin -
43+
<%= "\n $ echo url | " + config.bin %> <%= command.id %> --sfdx-url-stdin

0 commit comments

Comments
 (0)