Skip to content

Commit

Permalink
Add explicit mention of stdin encoding to CLI
Browse files Browse the repository at this point in the history
Closes GH-14.
  • Loading branch information
wooorm committed Dec 1, 2014
1 parent 2ebf795 commit 84fe611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function help() {
'$ ' + command + ' "Alle menslike wesens word vry"',
'# afr',
'',
'# output language from stdin',
'# output language from stdin (expects utf8)',
'$ echo "এটি একটি ভাষা একক IBM স্ক্রিপ্ট" | ' + command,
'# ben',
'',
Expand Down

0 comments on commit 84fe611

Please sign in to comment.