From c79599d04ec2f47e2d8fc621240f47b3651f70e9 Mon Sep 17 00:00:00 2001 From: Javier Ruiz Date: Mon, 1 May 2023 19:18:47 +0200 Subject: [PATCH] Fix walletpath option in wallet command Signed-off-by: Javier Ruiz --- src/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.ts b/src/cli.ts index 6f969ce..13991cd 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -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',