Misc: Make --verbose do what it should be doing ;). (#10095)

Stupid c/p typo exists since its inception in #6976
reviewable/pr10096/r1
NiLuJe 1 year ago committed by GitHub
parent 9d2ac3a0fc
commit 67d0808494
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save