Skip to content

Commit 12f3a2f

Browse files
fix: reword wallet command action description
1 parent c9fbb04 commit 12f3a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ yargsInstance
185185
describe: 'Manage wallet',
186186
builder: (y) =>
187187
y.positional('action', {
188-
describe: 'Import a new wallet or select existing one',
188+
describe: 'Import a new wallet or select one from the keystore',
189189
choices: ['import', 'select'],
190190
}),
191191
handler: (y) => {

0 commit comments

Comments
 (0)