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

Fix walletpath option in wallet command #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const mspidBuilder = (yargs: any) => {
const walletBuilder = (yargs: any) => {
return yargs
.options({
walletpath: { alias: 'w', describe: 'Path to application wallet', demandOption: true },
wallet: { alias: 'w', describe: 'Path to application wallet', demandOption: true },
compat: {
alias: 'c',
describe: 'Set to use the 1.4 wallet format',
Expand Down