We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fbb04 commit 12f3a2fCopy full SHA for 12f3a2f
cli/src/index.ts
@@ -185,7 +185,7 @@ yargsInstance
185
describe: 'Manage wallet',
186
builder: (y) =>
187
y.positional('action', {
188
- describe: 'Import a new wallet or select existing one',
+ describe: 'Import a new wallet or select one from the keystore',
189
choices: ['import', 'select'],
190
}),
191
handler: (y) => {
0 commit comments