File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
2121commander . on ( "--help" , ( ) => {
You can’t perform that action at this time.
0 commit comments