Skip to content

Commit

Permalink
chore(help): includes info about multiple languages in CLI help
Browse files Browse the repository at this point in the history
  • Loading branch information
naholyr committed Oct 6, 2017
1 parent b2fb175 commit da2b02f
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 @@ -62,7 +62,7 @@ if (args.help || args.h) {
console.log(' --cache <path> Path to cache (--no-cache to disable)')
console.log(' --player <name> Automatically play to given player')
console.log(' --feed <url> ShowRSS feed URL')
console.log(' --lang <lang> Preferred language for subtitles')
console.log(' --lang <langs> Preferred languages for subtitles (eg. "fre,eng")')
console.log(' --port <port> Stream port (default 8888)')
console.log(' --peer-port <port> Peer listening port (default 6881)')
console.log(' --download Download only mode')
Expand Down

0 comments on commit da2b02f

Please sign in to comment.