Fix typo
This commit is contained in:
parent
5b6f8bb13d
commit
413bfaf217
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class FosdemCli < Thor
|
||||||
puts "* start = #{meta[:start_str]}"
|
puts "* start = #{meta[:start_str]}"
|
||||||
puts "* stop = #{meta[:stop_str]}"
|
puts "* stop = #{meta[:stop_str]}"
|
||||||
puts "* diff = #{meta[:duration_str]}"
|
puts "* diff = #{meta[:duration_str]}"
|
||||||
puts "* url = #{stream_url}"
|
puts "* url = #{meta[:stream_url]}"
|
||||||
end
|
end
|
||||||
|
|
||||||
desc 'download URL', 'Download conference described at URL'
|
desc 'download URL', 'Download conference described at URL'
|
||||||
|
|
Loading…
Reference in a new issue