Skip to content

Commit 91c643e

Browse files
author
Juhyung Park
committed
Fix indenting in the help message
1 parent 4cca537 commit 91c643e

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
@@ -16,7 +16,7 @@ A command line CodeChain key management tool
1616

1717
Action:
1818

19-
getKeys : Get all saved addresses
19+
getKeys : Get all saved addresses
2020
create : Create new key with passphrase
2121
delete : Delete the key of the given address
2222

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ commander
2121
commander.on("--help", () => {
2222
console.log(` Action:
2323
24-
getKeys : Get all saved addresses
24+
getKeys : Get all saved addresses
2525
create : Create new key with passphrase
2626
delete : Delete the key of the given address
2727

0 commit comments

Comments
 (0)