diff --git a/main_wayland.cpp b/main_wayland.cpp index 0623cba52b..ed7b7325d3 100644 --- a/main_wayland.cpp +++ b/main_wayland.cpp @@ -525,7 +525,7 @@ int main(int argc, char * argv[]) } #endif QCommandLineOption libinputOption(QStringLiteral("libinput"), - i18n("Enable libinput support for input events processing. Note: never use in a nested session.")); + i18n("Enable libinput support for input events processing. Note: never use in a nested session. (deprecated)")); parser.addOption(libinputOption); #if HAVE_DRM QCommandLineOption drmOption(QStringLiteral("drm"), i18n("Render through drm node."));