diff --git a/Userland/Applications/Help/main.cpp b/Userland/Applications/Help/main.cpp index f57cd2ece71..afebffbfd3a 100644 --- a/Userland/Applications/Help/main.cpp +++ b/Userland/Applications/Help/main.cpp @@ -331,6 +331,7 @@ ErrorOr serenity_main(Main::Arguments arguments) history.push(path); open_page(path); set_start_page = true; + break; } }