diff --git a/src/lib/barrier/ServerApp.cpp b/src/lib/barrier/ServerApp.cpp index 71158ce3..784faa15 100644 --- a/src/lib/barrier/ServerApp.cpp +++ b/src/lib/barrier/ServerApp.cpp @@ -137,7 +137,9 @@ ServerApp::help() barrier::fs::u8path(SYS_CONFIG_NAME)).u8string(); std::ostringstream buffer; - buffer << "Start the barrier server component.\n" + buffer << "Start the barrier server component. The server shares the keyboard &\n" + << "mouse of the local machine with the connected clients based on the\n" + << "configuration file.\n" << "\n" << "Usage: " << args().m_exename << " [--address
]"