Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/guides/0010-command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ The following tables describe the various subcommands that are supported by the
| -?, -h, --help | No | | Show help information. |
| --version | No | | Show application version information. |

* Note: VC will extract key vault uri and tenant ID to authenticate and retrieve a token for the current user.
* Note: The tenant ID must be included in the Key Vault URI as a query parameter (e.g., `?tid=<tenant-id>`). VC will parse the URI to authenticate and retrieve a token for the current user.

```
Examples:
Expand Down