Minor text changes

This commit is contained in:
Omar Roth
2018-11-26 14:28:15 -06:00
parent 19bf0ccbf0
commit 2dfb3e7814
5 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ video_threads = CONFIG.video_threads
Kemal.config.extra_options do |parser|
parser.banner = "Usage: invidious [arguments]"
parser.on("-t THREADS", "--crawl-threads=THREADS", "Number of threads for crawling (default: #{crawl_threads})") do |number|
parser.on("-t THREADS", "--crawl-threads=THREADS", "Number of threads for crawling YouTube (default: #{crawl_threads})") do |number|
begin
crawl_threads = number.to_i
rescue ex