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:
NiLuJe
2023-02-08 01:22:59 +01:00
committed by GitHub
parent 9d2ac3a0fc
commit 67d0808494

View File

@@ -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",
}