File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ A command line CodeChain key management tool
2323
2424 Examples:
2525
26- cckey -t platform create --passphrase " my password"
26+ cckey create -t platform --passphrase " my password"
2727
28- cckey -t asset getKeys
28+ cckey getKeys -t asset
2929
30- cckey -t platform delete --address " tcc..."
30+ cckey delete -t platform --address " tcc..."
3131
3232```
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ commander.on("--help", () => {
2929
3030 console . log ( ` Examples:
3131
32- cckey -t platform create --passphrase "my password"
32+ cckey create -t platform --passphrase "my password"
3333
34- cckey -t asset getKeys
34+ cckey getKeys -t asset
3535
36- cckey -t platform delete --address "tcc..."
36+ cckey delete -t platform --address "tcc..."
3737
3838` ) ;
3939} ) ;
You can’t perform that action at this time.
0 commit comments