Skip to content

Commit 489337b

Browse files
author
Juhyung Park
committed
Add an abbreviation to 'address' option
1 parent 3525437 commit 489337b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A command line CodeChain key management tool
1111
-V, --version output the version number
1212
-t --account-type <account-type> 'platform' or 'asset'. The type of the key
1313
-p --passphrase <passphrase> passphrase
14-
--address <address> address
14+
-a --address <address> address
1515
-h, --help output usage information
1616

1717
Action:

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ commander
1515
// FIXME: get passphrase interactively
1616
.option("-t --account-type <account-type>", "'platform' or 'asset'. The type of the key")
1717
.option("-p --passphrase <passphrase>", "passphrase")
18-
.option("--address <address>", "address")
18+
.option("-a --address <address>", "address")
1919
.action(main);
2020

2121
commander.on("--help", () => {

0 commit comments

Comments
 (0)