Merge pull request #1091 from xkr47/patch-1

ServerApp help: Describe the role of the server
This commit is contained in:
Dom Rodriguez 2021-11-05 20:55:21 +00:00 committed by GitHub
commit 2fcffcdaa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>]"