Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 07d7891

Browse files
authored
Fixing shorthand for onboard command (#49)
1 parent 386503b commit 07d7891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/deployment/onboard.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const onboardCommandDecorator = (command: commander.Command): void => {
1818
"Onboard to use the service introspection tool. This will create a storage account in your subscription. "
1919
)
2020
.option(
21-
"-n, --storage-account-name <storage-account-name",
21+
"-n, --storage-account-name <storage-account-name>",
2222
"Account name for the storage table"
2323
)
2424
.option(
@@ -30,7 +30,7 @@ export const onboardCommandDecorator = (command: commander.Command): void => {
3030
"Name of the resource group for the storage account"
3131
)
3232
.option(
33-
"-v, --key-vault-name <key-vault-name>",
33+
"-k, --key-vault-name <key-vault-name>",
3434
"Name of the Azure key vault"
3535
)
3636
.action(async opts => {

0 commit comments

Comments
 (0)