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

Commit 6119da9

Browse files
authored
Fix walletpath option in wallet command
1 parent 70ad31c commit 6119da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const mspidBuilder = (yargs: any) => {
168168
const walletBuilder = (yargs: any) => {
169169
return yargs
170170
.options({
171-
walletpath: { alias: 'w', describe: 'Path to application wallet', demandOption: true },
171+
wallet: { alias: 'w', describe: 'Path to application wallet', demandOption: true },
172172
compat: {
173173
alias: 'c',
174174
describe: 'Set to use the 1.4 wallet format',

0 commit comments

Comments
 (0)