mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Misc: Make --verbose do what it should be doing ;). (#10095)
Stupid c/p typo exists since its inception in #6976
This commit is contained in:
@@ -69,7 +69,7 @@ if G_reader_settings:isTrue("debug") and G_reader_settings:isTrue("debug_verbose
|
||||
-- Option parsing:
|
||||
local longopts = {
|
||||
debug = "d",
|
||||
verbose = "d",
|
||||
verbose = "v",
|
||||
profile = "p",
|
||||
help = "h",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user