hulu-automuter 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/hulu-automuter +2 -1
- data/lib/hulu_automuter/version.rb +1 -1
- metadata +1 -1
data/bin/hulu-automuter
CHANGED
@@ -9,7 +9,7 @@ port = 8123
|
|
9
9
|
help = <<END
|
10
10
|
|
11
11
|
----------------------------------------
|
12
|
-
Hulu Automuter
|
12
|
+
Hulu Automuter v#{HuluAutomuter::VERSION}
|
13
13
|
by Daniel Choi <dhchoi@gmail.com>
|
14
14
|
|
15
15
|
Usage:
|
@@ -37,6 +37,7 @@ if ARGV.first =~ /-p/
|
|
37
37
|
port = ARGV[1] || 8123
|
38
38
|
elsif ARGV.first =~ /-v/
|
39
39
|
puts "HuluAutomuter v#{HuluAutomuter::VERSION}"
|
40
|
+
exit
|
40
41
|
elsif ARGV.first =~ /-h/
|
41
42
|
puts help
|
42
43
|
exit
|