Skip to content

Commit 971155d

Browse files
committed
Merge pull request #1 from bullgit/Haroenv-patch-1
Fix typo decode should be `-d`
2 parents b166f91 + 99fa6c2 commit 971155d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var cli = meow([
1010
'',
1111
'Options',
1212
' --encode, -e Returns the blah code representation of the given text input [Default: true]',
13-
' --decode, -e Returns regular text of the given blah code [Default: false]',
13+
' --decode, -d Returns regular text of the given blah code [Default: false]',
1414
' --help, -h Shows the help',
1515
'',
1616
'Examples',

0 commit comments

Comments
 (0)