poddb_client 0.1.9 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/poddb_client.rb +3 -1
- data/lib/poddb_client/version.rb +1 -1
- metadata +1 -1
data/lib/poddb_client.rb
CHANGED
|
@@ -84,7 +84,9 @@ class PoddbClient
|
|
|
84
84
|
opts.on_tail("-h", "--help", "Show this message") do
|
|
85
85
|
puts opts
|
|
86
86
|
puts
|
|
87
|
-
puts "For more detailed help,
|
|
87
|
+
puts "For more detailed help, type `poddb --readme` or visit http://danielchoi.com/software/poddb_client.html"
|
|
88
|
+
puts "Copyright 2011 Daniel Choi <dhchoi@gmail.com> MIT License"
|
|
89
|
+
|
|
88
90
|
exit
|
|
89
91
|
end
|
|
90
92
|
opts.on_tail("-v", "--version", "Show version number") do
|
data/lib/poddb_client/version.rb
CHANGED