ServerApp help: Describe the role of the server

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
Jonas Berlin 2021-03-04 22:42:44 +02:00 committed by Dom Rodriguez
parent 69ec896e65
commit 2c8f92206f
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
1 changed files with 3 additions and 1 deletions

View File

@ -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 <address>]"