From 67d08084944c67b6ed94b018c037e3dce9bdaf4e Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Wed, 8 Feb 2023 01:22:59 +0100 Subject: [PATCH] Misc: Make --verbose do what it should be doing ;). (#10095) Stupid c/p typo exists since its inception in #6976 --- reader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reader.lua b/reader.lua index cfa4cb4c2..a5aa48c68 100755 --- a/reader.lua +++ b/reader.lua @@ -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", }