Skip to content

Commit e76e0ed

Browse files
author
Juhyung Park
committed
Fix indenting of 'Example' in the help message
1 parent f47c903 commit e76e0ed

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
@@ -21,7 +21,7 @@ A command line CodeChain key management tool
2121
delete : Delete the key of the given address
2222

2323

24-
Examples:
24+
Examples:
2525

2626
cckey create -t platform --passphrase "my password"
2727

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ commander.on("--help", () => {
2727
2828
`);
2929

30-
console.log(` Examples:
30+
console.log(` Examples:
3131
3232
cckey create -t platform --passphrase "my password"
3333

0 commit comments

Comments
 (0)