Skip to content

Commit

Permalink
removed redundant option
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunkar committed Aug 2, 2024
1 parent 3f3b5fa commit 3f6532c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yarn-project/cli-wallet/src/cmds/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export function injectCommands(program: Command, log: LogFn, debugLogger: DebugL
'Skip initializing the account contract. Useful for publicly deploying an existing account.',
)
.option('--public-deploy', 'Publicly deploys the account and registers the class if needed.')
.addOption(createSecretKeyOption('Secret key for account. Uses random by default.', false).conflicts('public-key'))
.option(
'-p, --public-key <string>',
'Public key that identifies a private signing key stored outside of the wallet. Used for ECDSA SSH accounts over the secp256r1 curve.',
Expand Down

0 comments on commit 3f6532c

Please sign in to comment.