File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ A command line for CodeChain's key management tool
88
99You can download the latest binaries from [ here] ( https://github.com/CodeChain-io/codechain-keystore-cli/releases/tag/0.1.1 )
1010
11- ### Install using the npm package manager
11+ ### Install using the npm package manager
1212
1313``` sh
1414npm install -g codechain-sdk-cli
1515```
1616
17- ### Install using the yarn package manager
17+ ### Install using the yarn package manager
1818
1919``` sh
2020yarn global add codechain-sdk-cli
@@ -36,7 +36,7 @@ yarn global add codechain-sdk-cli
3636
3737 list list keys
3838 create [options] create a new key
39- delete [options] delete the key
39+ delete [options] delete a key
4040 import [options] < path> import a key
4141 import-raw [options] < privateKey> import a raw private key (32 byte hexadecimal string)
4242 export [options] export the key
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ program
5252
5353program
5454 . command ( "delete" )
55- . description ( "delete the key" )
55+ . description ( "delete a key" )
5656 . option ( "-a, --address <address>" , "address" )
5757 . action ( handleError ( deleteCommand ) ) ;
5858
You can’t perform that action at this time.
0 commit comments