better naming ( closes #72 )

Esse commit está contido em:
Simon Kusterer
2015-02-20 23:17:58 +01:00
commit 7b07ad9a42
2 arquivos alterados com 3 adições e 3 exclusões
+1 -1
Ver Arquivo
@@ -58,7 +58,7 @@ contains subtitles.
* `--myip <IP>` Your main IP address (useful if you have multiple network adapters)
* `--verbose` Hide the player timeline.
* `--quiet` Hide the player timeline.
* `--peerflix-* <val>` Pass options to peerflix.
+2 -2
Ver Arquivo
@@ -32,7 +32,7 @@ if (opts.help) {
'--address <ip> The IP address of your chromecast device',
'--subtitles <path/url> Path or URL to an SRT or VTT file',
'--myip <ip> Your main IP address',
'--verbose No output',
'--quiet No output',
'--peerflix-* <value> Pass options to peerflix',
'--ffmpeg-* <value> Pass options to ffmpeg',
'--type <val> Explicity set the mime-type (e.g. "video/mp4")',
@@ -67,7 +67,7 @@ if (opts._.length) {
delete opts._;
if (opts.verbose || process.env.DEBUG) {
if (opts.quiet || process.env.DEBUG) {
ui.hide();
}