Skip to content

Commit 3525437

Browse files
author
Juhyung Park
committed
Remove empty line in the help message
1 parent e76e0ed commit 3525437

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ A command line CodeChain key management tool
2020
create : Create new key with passphrase
2121
delete : Delete the key of the given address
2222

23-
2423
Examples:
2524

2625
cckey create -t platform --passphrase "my password"

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ commander.on("--help", () => {
2424
getKeys : Get all saved addresses
2525
create : Create new key with passphrase
2626
delete : Delete the key of the given address
27-
2827
`);
2928

3029
console.log(` Examples:
@@ -34,7 +33,6 @@ commander.on("--help", () => {
3433
cckey getKeys -t asset
3534
3635
cckey delete -t platform --address "tcc..."
37-
3836
`);
3937
});
4038

0 commit comments

Comments
 (0)