diff --git a/main_wayland.cpp b/main_wayland.cpp index cd8a98c9f9..ef3a653b36 100644 --- a/main_wayland.cpp +++ b/main_wayland.cpp @@ -679,7 +679,7 @@ int main(int argc, char * argv[]) QCommandLineOption noGlobalShortcutsOption(QStringLiteral("no-global-shortcuts"), i18n("Starts the session without global shortcuts support.")); - parser.addOption(noScreenLockerOption); + parser.addOption(noGlobalShortcutsOption); QCommandLineOption exitWithSessionOption(QStringLiteral("exit-with-session"), i18n("Exit after the session application, which is started by KWin, closed."),